Quote:
|
Originally Posted by Wormx2
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>;}
?
|
'str' in a command means string. In this case, it is the name of the weapon you are trying to add. Make sure to enclose strings with quotation marks.