I'm sure its easy, please help quick!
#4

You have to check for it, obviously. For the cmd, check
if(govon==1) return 0;
or whatever, and then use a pre-defined timer:
if(govon==0){if(IsCop(playerid)||etc){SetTimer("Go vTime",etc.); govon=1;}}


Later, you forward GovTime(playerid);
public GovTime(playerid)
{
KillTimer(GovTimer);
govon =0;
}


Simple as that.
Reply


Messages In This Thread
I'm sure its easy, please help quick! - by grantism - 24.06.2012, 07:20
Re: I'm sure its easy, please help quick! - by doreto - 24.06.2012, 07:23
Re: I'm sure its easy, please help quick! - by grantism - 24.06.2012, 07:27
Re: I'm sure its easy, please help quick! - by Grand_Micha - 24.06.2012, 07:30
Re: I'm sure its easy, please help quick! - by Randy More - 24.06.2012, 08:13

Forum Jump:


Users browsing this thread: 1 Guest(s)