opis problema: errori
C:\Users\petarwin7\Desktop\Grand Line v1.0.0\gamemodes\GL.pwn(133) : error 029: invalid expression, assumed zero
C:\Users\petarwin7\Desktop\Grand Line v1.0.0\gamemodes\GL.pwn(133) : warning 215: expression has no effect
C:\Users\petarwin7\Desktop\Grand Line v1.0.0\gamemodes\GL.pwn(133) : error 001: expected token: ";", but found "]"
C:\Users\petarwin7\Desktop\Grand Line v1.0.0\gamemodes\GL.pwn(133) : error 029: invalid expression, assumed zero
C:\Users\petarwin7\Desktop\Grand Line v1.0.0\gamemodes\GL.pwn(133) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
4 Errors.
public OnPlayerDisconnect(playerid, reason) //128
{ //129
new INI:File = INI_Open(UserPath(playerid)); //130
INI_SetTag(File,"data"); //131
INI_WriteInt(File,"Novac",GetPlayerMoney(playerid)); //132
INI_WriteInt(File,"Admin",PlayerInfo); //133
INI_WriteInt(File,"Ubistva",PlayerInfo); //134
INI_WriteInt(File,"Smrti",PlayerInfo); //135
INI_Close(File); //136
return 1; //137
}