[screen_name says:]
lets see, i found that file on my pc that i had dloaded from some site, anyway i have another question
NPC Code:
if (playerenters&&!hasweapon(System)) {
addweapon System;
}
if (isweapon) { timeout=.1; }
//#CLIENTSIDE
if (timeout) {
showimg 9,pandabear.png,50,50;
changeimgvis 9,4;
timeout=.1; }
is the //#CLIENTSIDE in the right spot??
i haven't learned much about how to use it