Rob help
#2

Use timer.
f.e (YES EXAMPLE):
pawn Код:
//Global
new bool:RobHungry[MAX_PLAYERS];

//Inside rob command
RobHungry[playerid] = true;
SetTimerEx("CanRobAgain",2hourshere,false,"d",playerid);


public RobAgain(playerid)
{
   RobHungry[playerid] = false;
Reply


Messages In This Thread
Rob help - by Dripac - 25.10.2011, 17:07
Re: Rob help - by =WoR=Varth - 25.10.2011, 17:17
Re: Rob help - by Dripac - 25.10.2011, 17:33
Re: Rob help - by Kingunit - 25.10.2011, 17:35

Forum Jump:


Users browsing this thread: 1 Guest(s)