vBrenth
New member
- Messages
- 392
- Points
- 0
- Age
- 35
- Location
- Philippines
- Discord
- Brenth
- Github
- vBrenth
- Emulator
- Client Version
- RE
I'm not sure whats the problem of this script but when i enter prtg_cas03 one of the map on the list it loads the script multiple times like how many maps flagged as loadmap maflag
- script Anti_Assump -1,{OnInit:setarray .map$[0],"prtg_cas03","gefg_cas04","payg_cas03","schg_cas01","guild_vs1";for( set .@i,0; .@i < getarraysize( .map$ ); set .@i,.@i + 1 ){ setd( ".map_"+.map$[.@i] ),1; setmapflag .map$[.@i],mf_loadevent;}end;OnPCLoadMapEvent:while( getd( ".map_"+strcharinfo(3) ) ){ sc_end SC_ASSUMPTIO; message strcharinfo(0),"The assumption buff are disable in GvG/WoE maps.";}end;}
Its spam alot like this..
- script Anti_Assump -1,{OnInit:setarray .map$[0],"prtg_cas03","gefg_cas04","payg_cas03","schg_cas01","guild_vs1";for( set .@i,0; .@i < getarraysize( .map$ ); set .@i,.@i + 1 ){ setd( ".map_"+.map$[.@i] ),1; setmapflag .map$[.@i],mf_loadevent;}end;OnPCLoadMapEvent:while( getd( ".map_"+strcharinfo(3) ) ){ sc_end SC_ASSUMPTIO; message strcharinfo(0),"The assumption buff are disable in GvG/WoE maps.";}end;}
Its spam alot like this..
"The assumption buff are disable in GvG/WoE maps.";
Last edited by a moderator: