09.08.2014, 01:35
Quote:
PHP код:
|
Now I'm getting this error though, the format seems perfectly fine, idk why it is saying that. If you could help I would be very appreciative.
Код:
(168) : error 001: expected token: ",", but found ";"
pawn Код:
INI_SetTag(File,"data");
INI_WriteInt(File,"Cash",GetPlayerMoney(player); // This line
INI_WriteInt(File,"Admin",PlayerInfo[player][pAdmin]);