Opis problema o kojem se radi: Imam errore a nzm u cemu je problem 😄
Dio skripte:
public OnPlayerConnect(playerid) {
SetPVarInt(playerid, "is_logged", 0); //Govori dali je igrac pristupio nalogu
SetPVarInt(playerid, "godine", -1);
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
//OVO JE LINIJA 69 new str; format(str, sizeof(str), "/Users/%s.ini", pName(playerid));
if(!dini_Exists(str)) { SetupPlayerForRegister(playerid);
}else{ SetupPlayerForLogin(playerid); }
return 1; }
//=========================Slika (neobavezno):
D:\Modovi\New Life RolePlay mod od 0\gamemodes\NLRP.pwn(69) : error 012: invalid function call, not a valid address
D:\Modovi\New Life RolePlay mod od 0\gamemodes\NLRP.pwn(69) : warning 215: expression has no effect
D:\Modovi\New Life RolePlay mod od 0\gamemodes\NLRP.pwn(69) : error 001: expected token: ";", but found ")"
D:\Modovi\New Life RolePlay mod od 0\gamemodes\NLRP.pwn(69) : error 029: invalid expression, assumed zero
D:\Modovi\New Life RolePlay mod od 0\gamemodes\NLRP.pwn(69) : 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.