13.07.2011, 12:24
pawn Код:
if(response)
{
PlayerData[playerid][Step] = 1;
if (GetPlayerMoney(playerid) < 500)
{
SendClientMessage(playerid, COLOR_RED, "You dont have enough money.");
}
else
{
GivePlayerMoney (playerid, -500);
SendClientMessage(playerid, COLOR_GREY, "You paid 500 dollars. Get out of this bulding to start test.");
SetPlayerCheckpoint(playerid, 2046.8928,-1908.0372,13.5469,280.0000);
}
}