Quote:
|
Originally Posted by 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)
}
|
Erm, wtf?
addweapon only works serverside, and don't use toweapons at all =/