02.03.2011, 22:11
Wtf man? Don't do that.
Use PVars
On Gamemode:
Filterscript:
PVars works for every script loaded.
Use PVars
On Gamemode:
pawn Код:
SetPVarInt(playerid, "Level", 5);
pawn Код:
if(GetPVarInt(playerid, "Level") == 5)
{
// Code
}