Quote:
Originally posted by SSRobgeta
I'm not use to this NPC Server stuff. How would I do it then?
|
well you cant do it in weapons at all...
(well you can if you triggeraction to the npc server saying to create that npc)
but otherwise you have to do it in a npc without using //#CLIENTSIDE
and you can basically use it how you were using like
if(playertouchsme){
putnpc2 playerx,playery,{
if(created) setimg haticon.png
if(playertouchsme) say2 bah;
};
}