Variables.
#9

Wtf man? Don't do that.

Use PVars

On Gamemode:
pawn Код:
SetPVarInt(playerid, "Level", 5);
Filterscript:
pawn Код:
if(GetPVarInt(playerid, "Level") == 5)
{
    // Code
}
PVars works for every script loaded.
Reply


Messages In This Thread
Variables. - by Shetch - 02.03.2011, 20:58
Re: Variables. - by Antonio [G-RP] - 02.03.2011, 21:00
Re: Variables. - by Mean - 02.03.2011, 21:09
Re: Variables. - by Antonio [G-RP] - 02.03.2011, 21:14
Re: Variables. - by Shetch - 02.03.2011, 22:03
Re: Variables. - by Antonio [G-RP] - 02.03.2011, 22:05
Re: Variables. - by Shetch - 02.03.2011, 22:07
Re: Variables. - by Reginaldo - 02.03.2011, 22:11
Re: Variables. - by [L3th4l] - 02.03.2011, 22:11
Re: Variables. - by Shetch - 02.03.2011, 22:24

Forum Jump:


Users browsing this thread: 1 Guest(s)