06.09.2016, 07:59
PHP код:
if(Pecanje[playerid] == 14 && RibarVozila(vehicleid) && GetPlayerState(playerid) == 2)
{
if(IsPlayerInRangeOfPoint(playerid, 10.0, -2229.3894, 2422.5735, -0.3816))
{
new novac = 5000 + random(2000), string[50];
SPP(playerid, -2206.8704, 2394.1367, 4.9609);
GivePlayerMoney(playerid, novac);
format(string, sizeof(string), S_SRVBOJA"Info: "S_BIJELA"You've got %d money", novac);
SCM(playerid, -1, string);
SetVehicleToRespawn(vehicleid);
DisablePlayerCheckpoint(playerid);
Pecanje[playerid] = 0;
}
}
You've got
Why is it not saying ammount of money i got?