Quote:
|
Originally Posted by Kramer
NPC Code:
if (weaponfired && this.bootson == 1){
hideimg nums;
this.bootson = 0;
for(this.speedsel=0;this.speedsel<=5;this.speedsel ++){
hideimg 200+(this.speedsel);
}
hideimg 230;
hideimg 231;
this.pos =15;
}
there's the problematic code, all clientside
|
That hideimg is weird, there is no such variable on script with that name.
Talk to me over AIM if you need help to fix it.