SA-MP Forums Archive
Need help pawno - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Need help pawno (/showthread.php?tid=471176)



Need help pawno - thomaswilliams - 21.10.2013

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?