read a gamemode variable from filterscript
#3

This should work

In the gamemode you put this
pawn Код:
forward GetAdminFS(playerid);
public GetAdminFS(playerid) {
    return PlayerInformation[playerid][whatever];
}
in the filterscript you use https://sampwiki.blast.hk/wiki/CallRemoteFunction
Reply


Messages In This Thread
read a gamemode variable from filterscript - by S0n1COwnsYou - 14.06.2013, 16:10
Re: read a gamemode variable from filterscript - by Avi57 - 14.06.2013, 16:12
Re: read a gamemode variable from filterscript - by InfiniTy. - 14.06.2013, 16:12
Re: read a gamemode variable from filterscript - by Pooh7 - 14.06.2013, 16:16
Re: read a gamemode variable from filterscript - by Pottus - 14.06.2013, 16:20

Forum Jump:


Users browsing this thread: 1 Guest(s)