SA-MP Forums Archive
Help. Give Money from FS - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Help. Give Money from FS (/showthread.php?tid=620952)



Help. Give Money from FS - ongnung147 - 05.11.2016

Код HTML:
./includes/callbacks.pwn(8993) : error 001: expected token: "(", but found "["
./includes/callbacks.pwn(8994) : error 017: undefined symbol "playerid"
./includes/callbacks.pwn(8997) : error 010: invalid function or declaration
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Код:
forward GivePlayerCash(playerid,money);
public GivePlayerCash(playerid,money)
{
PlayerInfo[playerid][pCash] += money;
return 1;
}



Re: Help. Give Money from FS - StrikerZ - 05.11.2016

Which is the line 8993 8994 and 8997? atleast comment them