Thread: Clientr.PROBLEM
View Single Post
  #30  
Old 10-11-2007, 09:54 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
PHP Code:
function onCreated()
{

  
this.weapons = { "weapons1""weapons2", ...};

  for ( 
0this.weapons.size(); i++) {
    
findPlayerplayer.account).addWeaponthis.weaponsi]);
  }

__________________
Deep into the Darkness peering...
Reply With Quote