SetpVarInt and GetpVarInt
#5

pawn Code:
for(new i; i < MAXPLAYERS; i++)
{
    if(!IsPlayerConnected(i)) continue;
    if(GetPVarInt(i, "europe_area51") != 1) continue;
    SetPVarInt(i, "europe_area51", 0);
}
Try something like this.
Reply


Messages In This Thread
Timer SetpVarInt and GetpVarInt - by Admigo - 20.08.2011, 21:11
Re: SetpVarInt and GetpVarInt - by Lorenc_ - 20.08.2011, 23:20
Re: SetpVarInt and GetpVarInt - by [HiC]TheKiller - 21.08.2011, 00:06
Re: SetpVarInt and GetpVarInt - by Admigo - 21.08.2011, 07:36
Re: SetpVarInt and GetpVarInt - by Lorenc_ - 21.08.2011, 07:42

Forum Jump:


Users browsing this thread: 1 Guest(s)