Detaljan opis problema: Radim mod od 0 i sad mi se pojavili ova 4rrora i nemogu nikako da sredim
http://i.imgur.com/XaAFqJ5.png
Dio skripte:
public OnPlayerConnect(playerid)
{
SendClientMessage(playerid,COLOR_MATI,"Server");
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_INPUT,""COL_WHITE"Login",""COL_WHITE"Type your password below to login.","Login","Quit");
}
else
{
ShowPlayerDialog(playerid, DIALOG_REGISTER, DIALOG_STYLE_INPUT,""COL_WHITE"Register your account",""COL_WHITE"Type your password below to register a new account.","Register","Quit");
}
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://i.imgur.com/XaAFqJ5.png