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