06.04.2017, 20:29
as i know you should remov brackers
i realy dont know why u put them there :S cus of that last if statement u used a return value
Sorry for my bad eng
PHP код:
if(Amount < 1 || Amount > 10000) return SendClientMessage(playerid,-1,"You can only buy from 1 - 10000 bullets");// check if player has writen more than required
{ // This one
GivePlayerMoney(playerid,-Amount*100); // this makes 1 bullet for 100$
GivePlayerWeapon(playerid, WEAPON_M4, Amount);
} // and this one
Sorry for my bad eng