25.12.2016, 16:32
Quote:
pawn Код:
pawn Код:
|
C:\Users\***\Desktop\lang.dll\filterscripts\gcamer a.pwn(617) : warning 203: symbol is never used: "GetPlayerCash"
C:\Users\***\Desktop\lang.dll\filterscripts\gcamer a.pwn(617) : warning 203: symbol is never used: "GivePlayerCash"
I put this in FS:
GivePlayerCash(playerid, money) CallRemoteFunction("GM_GivePlayerMoney", "ii", playerid, money);
GetPlayerCash(playerid) return CallRemoteFunction("GM_GetPlayerMoney", "i", playerid);
And get worngs why? and thank you for help!!!!!!!!!!!