Thread: Putnpc2
View Single Post
  #6  
Old 12-18-2001, 09:00 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
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;
};
}
__________________
Thanks,
-KJL
Reply With Quote