code not working (simple)
#1

pawn Код:
CMD:tazer(playerid, params[])
{
   if(GetPlayerWeapon(playerid) == 24) GivePlayerWeapon(playerid, 23, 17); //Give playerid sawnoff shotgun with 500 ammo
   if(GetPlayerWeapon(playerid) == 23) GivePlayerWeapon(playerid, 24, 1000000); //Give playerid sawnoff shotgun with 500 ammo
    return 1;
}
It's not working, any fix?
Reply


Messages In This Thread
code not working (simple) - by Gooday - 26.07.2012, 13:45
Re: code not working (simple) - by ViniBorn - 26.07.2012, 13:54
Re: code not working (simple) - by arman'as - 26.07.2012, 14:09
Re: code not working (simple) - by Gooday - 26.07.2012, 14:11
Re: code not working (simple) - by ViniBorn - 26.07.2012, 14:25
Re: code not working (simple) - by Cxnnor - 26.07.2012, 14:36

Forum Jump:


Users browsing this thread: 1 Guest(s)