One Question
#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 when i finish job.. Vehicle from job to back to old position (Respawn)

Sorry for my english
Reply


Messages In This Thread
One Question - by Yordan_Kronos - 07.06.2012, 17:39
Re: One Question - by Yordan_Kronos - 07.06.2012, 18:28
Re: One Question - by zDevon - 07.06.2012, 18:31
Re: One Question - by ricardo178 - 07.06.2012, 18:34
Re: One Question - by Yordan_Kronos - 07.06.2012, 19:47
Re: One Question - by Yordan_Kronos - 07.06.2012, 20:27
Re: One Question - by JhnzRep - 07.06.2012, 20:29

Forum Jump:


Users browsing this thread: 1 Guest(s)