
06-17-2004, 05:31 AM
|
|
Registered User
|
 |
Join Date: Jul 2003
Location: New York
Posts: 0
|
|
|
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)
} |
|
|
|