Quote:
|
Originally Posted by ApothiX
toweapons became deprecated when the NPC-Server was put in place. You should use 'player.addweapon(str)' serverside instead.
|
I'm confused on how to work 'player.addweapon(str)' as this is a strange script to me.
Is it the same as the chat, or differen't? Like:
PHP Code:
function onPlayer<touchs, touchme, ?>() {player.addweapon(str) <name here>;}
?