How to add more ammo..
#5

I guess it's a Mafia Wars server, so add it OnPlayerSpawn
For example
pawn Код:
public OnPlayerSpawn
{
 if(gTeam[playerid] == TEAM_POLICE)
    {
     GivePlayerWeapon(playerid,30)
     SetPlayerAmmo(playerid,30,500);
     }
     return 1;
}
Reply


Messages In This Thread
How to add more ammo.. - by Black Axe - 27.08.2012, 12:15
Re: How to add more ammo.. - by Kh4led - 27.08.2012, 12:17
Re: How to add more ammo.. - by GTAprogamer111 - 27.08.2012, 12:17
Re: How to add more ammo.. - by Black Axe - 27.08.2012, 12:20
Re: How to add more ammo.. - by Kh4led - 27.08.2012, 12:21
Re: How to add more ammo.. - by Unte99 - 27.08.2012, 12:29
Re: How to add more ammo.. - by Black Axe - 27.08.2012, 14:32
Re: How to add more ammo.. - by ddnbb - 27.08.2012, 15:58

Forum Jump:


Users browsing this thread: 2 Guest(s)