Thread: Adding weapons
View Single Post
  #5  
Old 08-09-2005, 10:03 PM
Velox Cruentus Velox Cruentus is offline
Registered User
Velox Cruentus's Avatar
Join Date: Dec 2004
Location: Quebec, Canada
Posts: 465
Velox Cruentus is on a distinguished road
Send a message via ICQ to Velox Cruentus Send a message via AIM to Velox Cruentus
You might want to make a player class, and put this in. (GS2 Required.)

PHP Code:
// player.addWeapons({weap1,weap2,weap3,and so on});
public function addWeapons(weaps)
{
  for (
weapweaps)
  {
    
this.addweapon(weap);
  }

__________________
In a world of change... Who'll you believe?
Reply With Quote