
04-08-2003, 10:30 PM
|
|
Banned
|
Join Date: Aug 2002
Location: NewYork,NY
Posts: 97
|
|
|
ITS MY B-DAY!!!!!
I am tring to get this to work EVERY time you enter a level.
if (playerenters){
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;
}
}
Right now its in the control NPC but it only works when i log on and off and i tried timeout loops in the System Weapon but it still doesnt work.
Any Ideas? |
|
|
|