24.06.2009, 09:04
Use
pawn Код:
if (GetPlayerMoney(playerid) >= /*AMOUNT OF MONEY HERE*/)
{
GivePlayerWeapon(playerid, /*WEAPONID*/, /*AMMO*/);
}