30.03.2009, 17:00
Thanks alot, now i'm trouble with the gun ammo, I have set it to a certain ammount but it keeps ignoring the ammount I have set it to;
It keeps giving the skin for example the Deagle has round about 1500 bullets.
__
Also how can I for example make the person register? If he/she doesn't register they'll be kicked.
pawn Код:
if(gTeam[playerid] == TEAM_1)
{
SetPlayerPos(playerid,2469.9905,-1688.9550,13);
GivePlayerWeapon(playerid, 26, 80); // Sawn-off's
GivePlayerWeapon(playerid, 32, 200); // Tec9
GivePlayerWeapon(playerid, 24, 100); // Deagle
}
__
Also how can I for example make the person register? If he/she doesn't register they'll be kicked.

