View Single Post
  #2  
Old 07-05-2013, 04:10 PM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Wrong function:

PHP Code:
function onActionPlayerOnline() {
  
setupPlayer();
  
addWeapons();
}

function 
setupPlayer() {
  if (!
clientr.stat.level) {
    
clientr.stat.level 1;
    
// and so on..
  
}
}

function 
addweapons() {
  
temp.weps = {
    
"-System""andSoOn"
  
};
  for (
temp.weptemp.weps) {
    
player.addweapon(temp.wep);
  }

__________________
Quote:
Reply With Quote