Global OOC
#9

What about using a variable?
new CanUseOOC[MAX_PLAYERS];
SetTimerEx("HasGateOpen", 3000, 0, "d", playerid);
CanUseOOC[playerid] =1;

forward CanUseO(playerid)
public CanUseO(playerid)
{

CanUseOOC[playerid] = 1;
return 1;
}
if(strcmp(cmd, "/o", true) == 0)
{
if(CanUseOOC[playerid] == 1);
{


Work something out.
Reply


Messages In This Thread
Global OOC - by Antonio [G-RP] - 23.06.2010, 00:01
Re: Global OOC - by NiiRV4N4 - 23.06.2010, 01:34
Re: Global OOC - by Antonio [G-RP] - 23.06.2010, 01:57
Re: Global OOC - by Antonio [G-RP] - 23.06.2010, 05:32
Re: Global OOC - by Retardedwolf - 23.06.2010, 05:43
Re: Global OOC - by Antonio [G-RP] - 23.06.2010, 05:46
Re: Global OOC - by (SF)Noobanatior - 23.06.2010, 05:47
Re: Global OOC - by Antonio [G-RP] - 23.06.2010, 05:49
Re: Global OOC - by NiiRV4N4 - 23.06.2010, 05:55
Re: Global OOC - by (SF)Noobanatior - 23.06.2010, 05:56

Forum Jump:


Users browsing this thread: 2 Guest(s)