Thread: Adding weapons
View Single Post
  #6  
Old 08-10-2005, 07:55 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally Posted by 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);
  }

Don't confuse the poor kid.
Reply With Quote