29.07.2014, 07:42
Remotecall function, cre um public no seu.gm que return a variavel exwmplo:
No fs, no topo:
E usa da seguinte forma no tanto no fs como no gm:
PlayerKills(playerid)
Espero ter ajudado.
pawn Код:
forward PlayerKills(playerid);
public PlayerKills(playerid)
{
return Kills[playerid];
}
pawn Код:
#define Kills(%0) CallRemoteFunction("PlayerKills", "d", %0);
PlayerKills(playerid)
Espero ter ajudado.