Problem with SetTimerEx
#1

I Have Trucker job.. And i put SetTimerEx for 1 hour.But dont work i dont know why ?? This is code plz help me.

pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
     if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 455)
     {
         GivePlayerMoney(playerid, 500);
         GameTextForPlayer(playerid, "~g~Example", 3000, 3);
         SendClientMessage(playerid, 0x07C85CFF,"Example");
         SetTimerEx("Job", 3600000, false, "i", playerid);
         SetVehicleToRespawn(513);
         DisablePlayerCheckpoint(playerid);
         truckjobrunning = 0;
     }
Reply


Messages In This Thread
Problem with SetTimerEx - by Yordan_Kronos - 05.06.2012, 11:56
Re: Problem with SetTimerEx - by pyrodave - 05.06.2012, 12:12
Re: Problem with SetTimerEx - by Yordan_Kronos - 05.06.2012, 12:24

Forum Jump:


Users browsing this thread: 1 Guest(s)