View Single Post
  #3  
Old 07-23-2008, 11:27 PM
Knightmare1 Knightmare1 is offline
Billy Allan
Knightmare1's Avatar
Join Date: Apr 2007
Posts: 804
Knightmare1 can only hope to improve
thank you dusty. and for the
PHP Code:
 findplayer("account").addweapon("bomb"
would i make this as my NPC Script for adding weapons?


PHP Code:
function onCreated()
{
  
findplayer(player.account).addweapon("bomb")

or could i do this?

PHP Code:
function onCreated()
{
  
this.startweapons = { "-System""-reconnect""-Messages"};
  
findplayer(player.account).addweapon(this.startweapons);

__________________
I am the devil, I am here to do to devils work.
Reply With Quote