- 0
Problema compilare
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
SherataN
Salut. Am o problema la compilare..
C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(21) : error 010: invalid function or declaration
C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23) : error 021: symbol already defined: "INI_ParseFile"
C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23) : error 017: undefined symbol "playerid"
C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23) : error 010: invalid function or declaration
C:\Users\SHERATANN\Desktop\SERVER SAMP GM MEU\gamemodes\SHER.pwn(23 -- 26) : fatal error 107: too many error messages on one line
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
5 Errors.
Uitati aici si liniile.
Linia 21->[pawn]if (fexist(UserPath(playerid)))//Variabila ce verifica daca exista contul[/pawn]
Linia 23->[pawn] INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);[/pawn]
LINIILE 23-26->[pawn] INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,"Login","Scrie parola mai jos pentru a te loga.","Login","Quit");
}
else//Functia care spune ca daca contul nu exista acesta se va creea[/pawn]
3 answers to this question
Recommended Posts