View Single Post
  #9  
Old 12-30-2005, 07:32 PM
Wormx2 Wormx2 is offline
Banned
Wormx2's Avatar
Join Date: Aug 2005
Posts: 69
Wormx2 is on a distinguished road
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<touchstouchme?>() {player.addweapon(str) <name here>;} 
?
Reply With Quote