
04-08-2003, 10:53 PM
|
|
Banned
|
Join Date: Aug 2002
Location: NewYork,NY
Posts: 97
|
|
|
NVM i fixed it
if(created||timeout){
for(i=0;i<allplayerscount;i++) {
with(allplayers[i]) {
this.len = strlen(#F);
setstring this.level,#e(this.len-3,this.len,#F);
if (strequals(#s(this.level),aal)){
addweapon -GUI;
removeweapon *GUI;
}
if (strequals(#s(this.level),.nw)){
addweapon *GUI;
removeweapon -GUI;
}
}
}
timeout=1;
}
And i added it as an NPC then reset it and BAM it works |
|
|
|