View Single Post
  #4  
Old 06-17-2004, 05:31 AM
matt8891 matt8891 is offline
Registered User
matt8891's Avatar
Join Date: Jul 2003
Location: New York
Posts: 0
matt8891 is on a distinguished road
Send a message via AIM to matt8891 Send a message via Yahoo to matt8891
If you want to use toweapons;(adds npc to NPC-Control) do this:

if (actionserverside)
{if (playertouchsme) toweapons;
}

If you want to use addweapons;(adds NPC thats already in NPC-Control to player attributes) do this:

//#CLIENTSIDE
{if (playertouchsme)
addweapon (weaponame)
}