View Single Post
  #10  
Old 12-30-2005, 08:47 PM
Lance Lance is offline
dark overlord
Lance's Avatar
Join Date: Sep 2003
Location: Space Jam Mountain
Posts: 5,072
Lance is on a distinguished road
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<touchstouchme?>() {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.
Reply With Quote