Help. Give Money from FS
#1

Код 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;
}
Reply
#2

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


Forum Jump:


Users browsing this thread: 1 Guest(s)