24.12.2017, 07:36
PHP код:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
if(dialogid == DIALOG_PASS)
if(!response) return Kick(playerid);
if(response)
{
if(strlen(inputtext) < 6 || strlen(inputtext) > 30) return ShowPlayerDialog(playerid, DIALOG_PASS, DSI, ""SRVBOJA"AferaOGC - "BELA"Registracija naloga", ""BELA"Vas nalog nije registrovan...\n"BELA"Unesite lozinku za vas nalog u polje dole.\n"BELA"Lozinka NE SME imati "CRVENA"< 6 && > 24 "BELA"karaktera!", "Prihvati", "Izlaz");
{
new string2[32];
format(string2, sizeof(string2), "%s", (inputtext));
new string[64];
format(string, sizeof(string), ""SRVBOJA"AG-RPG - "BELA"Vasa lozinka: "ZUTA"%s", (inputtext));
SCM(playerid, -1, string);
new INI:File = INI_Open(Korisnici(playerid));
INI_SetTag(File,"data");
INI_WriteInt(File,"Password", string2); //Error here
INI_WriteInt(File,"Novac",0);
INI_WriteInt(File,"Zlato",0);
INI_WriteInt(File,"Banka",0);
INI_WriteInt(File,"Pol",0);
INI_WriteInt(File,"Mail",0);
INI_WriteInt(File,"God",0);
INI_WriteInt(File,"Drzava",0);
INI_WriteInt(File,"BorbeniStil",-1);
INI_WriteInt(File,"Admin",-1);
INI_WriteInt(File,"GameMaster",-1);
INI_WriteInt(File,"Vip",0);
INI_Close(File);
}
}
return 1;
}
PHP код:
agrpg.pwn(162) : error 035: argument type mismatch (argument 3)