Need help with jail timer
#3

pawn Код:
SetTimerEx("UnJail",80000,0,"i",pID);//80000 1 minute i think
pawn Код:
forward UnJail(playerid);
public UnJail(playerid)
{
pjailed[playerid] = 0;
SpawnPlayer(playerid);
return 1;
}
Reply


Messages In This Thread
Need help with jail timer - by GwENiko - 18.05.2013, 00:56
Re: Need help with jail timer - by edgargreat - 18.05.2013, 01:22
Re: Need help with jail timer - by Guest123 - 18.05.2013, 01:27
Re: Need help with jail timer - by GwENiko - 18.05.2013, 01:53
Re: Need help with jail timer - by Guest123 - 18.05.2013, 02:09

Forum Jump:


Users browsing this thread: 2 Guest(s)