Quote:
Originally Posted by falco10291029
i mean it doesnt work if its not a wepon, what do you do then?
|
If it is a local npc (npc on level) just use setlevel2 serverside too.
NPC Code:
if(playertouchsme){
setlevel2 level.nw,30,30;
}
//#CLIENTSIDE
if(created) setimg block.png;
Is that what you're looking for?