[pomoc] 2 warninga


Započeo [PAL]Emir, Oktobar 28, 2011, 23:15:03 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Mod koji koristim :ravens
Opis problema:imam 2 warninga neznam kako da ih rijesim
Dio skripte:
warning 202: number of arguments does not match definition
warning 202: number of arguments does not match definition


a evo sta je pod tim linijama

ShowPlayerDialog(playerid,9850,DIALOG_STYLE_MSGBOX, "{FFD700}Balkan Country Popunjavanje informacija!","Uredu","");

i
ShowPlayerDialog(playerid,9850,DIALOG_STYLE_MSGBOX, "{FFD700}Balkan Country Popunjavanje informacija!","Uredu","");
		}


a evo i citav dio skripte
if(dialogid == 12349)
	{
		if(response)
		{
		OnPlayerLogin(playerid,inputtext);
		SCM(playerid, WHITE, "Koristi /tutorijal ako zelis da sagledas tutorijal!");
		SetPVarInt(playerid, "Tutorijal", 1);
		ShowPlayerDialog(playerid,9850,DIALOG_STYLE_MSGBOX, "{FFD700}Balkan Country Popunjavanje informacija!","Uredu","");
		}
		else 
		{
		OnPlayerLogin(playerid,inputtext);
		SCM(playerid, WHITE, "Koristi /tutorijal ako zelis da sagledas tutorijal!");
		SetPVarInt(playerid, "Tutorijal", 1);
		ShowPlayerDialog(playerid,9850,DIALOG_STYLE_MSGBOX, "{FFD700}Balkan Country Popunjavanje informacija!","Uredu","");
		}
	}
Poslednja Izmena: Oktobar 28, 2011, 23:16:47 POSLE PODNE od Emir_Odobasic

K4[Я]!K3

*

'Respect cannot be learned, it can only be earned.'

ShowPlayerDialog(playerid,9850,DIALOG_STYLE_MSGBOX, "naslov","{FFD700}Balkan Country Popunjavanje informacija!","Uredu","");

a ovako?