Need help pawno
#1

I got this command
PHP код:
CMD:fdequipt(playeridparams[])
{
    if(
PlayerInfo[playerid][pMember] == 19 || PlayerInfo[playerid][pLeader] == 19 || PlayerInfo[playerid][pMember] == || PlayerInfo[playerid][pLeader] == 4)
    {
        
GivePlayerValidWeapon(playerid426000);
        
GivePlayerValidWeapon(playerid66000);
        
GivePlayerValidWeapon(playerid466000);
        
GivePlayerValidWeapon(playerid436000);
        
GivePlayerValidWeapon(playerid96000);
        
SendClientMessageEx(playeridCOLOR_GRAD1"You was just equipted the Fire Department Equiptment, Enjoy!");
    }
    return 
1;

and when i go in game and do the command it only gives me Parachute, Chainsaw and Camera but i want Parachute, Camera, Chainsaw, Shovel and Fire Extinguisher?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)