CallRemoteFunction - Just need a run down
#1

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

Cheers in advance.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 9 Guest(s)