07.06.2012, 17:39
Hello this is one job system
How can i after finish job.To can again after 30 minutes ? ?.. and when i finish job.. Vehicle from job to back to old position (Respawn)
Sorry for my english
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 455)
{
GivePlayerMoney(playerid, 10000);
GameTextForPlayer(playerid, "~g~You Completed the job, well done!", 3000, 3);
SetVehicleToRespawn(513);
DisablePlayerCheckpoint(playerid);
truckjobrunning = 0;
}
Sorry for my english
![Sad](images/smilies/sad.gif)