Job Problem
#1

Hello this is one job system
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;
     }
How can i after finish job.To can again after 30 minutes and money to store in bank account? ?.. and when i finish job.. Vehicle from job to back to old position (Respawn)

Sorry for my english
Reply
#2

Yordan you can do it very easy use SetTimerEx("Job", 300000, false, "i", playerid);
Reply
#3

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)