25.01.2014, 20:19
It Should Be:
Код:
new string[128]; new cash = random(200000); GiverPlayerMoney(playerid, cash); new cash = random(200000); GivePlayerMoney(playerid, cash); format(string, sizeof(string), "You have successfully robbed $%d from the bank!", cash); SendClientMessage(playerid, COLOR_WHITE, string);