05.09.2012, 14:54
Filterscript
Gamemode
I know I have done the stupidest mistake I just can't place it... :P
Cheers in advance.
pawn Код:
public OnFilterScriptInit()
{
CallRemoteFunction("GetAdminLevel", PlayerInfo[playerid][pAdmin]);
pawn Код:
public GetAdminLevel(playerid)
{
PlayerInfo[playerid][pAdmin] = PlayerInfo[playerid][pAdmin];
return 1;
}
Cheers in advance.