28.06.2017, 07:02
I need help with public in my gamemode,and callremotefunction in my script.
PUBLIC IN GAMEMODE :
STOCK IN SCRIPT :
Script not function give me money
PUBLIC IN GAMEMODE :
Код:
public GiveMoney(playerid,cash) { moneys[playerid] += cash; return GivePlayerMoney(playerid, cash); }
Код:
stock GiveMoney(playerid,cash) { return CallRemoteFunction("GiveMoney","ii",playerid,cash); }