long dialog not working
#9

Код:
roleplay.pwn(327) : error 035: argument type mismatch (argument 3)
roleplay.pwn(327) : warning 202: number of arguments does not match definition
roleplay.pwn(328) : error 035: argument type mismatch (argument 3)
roleplay.pwn(328) : warning 202: number of arguments does not match definition
roleplay.pwn(329) : warning 202: number of arguments does not match definition
roleplay.pwn(330) : warning 202: number of arguments does not match definition
roleplay.pwn(331) : error 035: argument type mismatch (argument 3)
roleplay.pwn(331) : warning 202: number of arguments does not match definition
roleplay.pwn(333) : warning 202: number of arguments does not match definition
roleplay.pwn(334) : warning 202: number of arguments does not match definition
roleplay.pwn(335) : warning 202: number of arguments does not match definition
Код:
format(longDialog, sizeof(longDialog), "{408080}PERSONAS DATI/PERSONAL INFO{C9C9C9}\n");
	strcat(longDialog, "%s{408080}Uzvārds/Surname:\n%s\n", tempstr, sizeof(longDialog));
	strcat(longDialog, "%sVārds/Given name:\n%s\n", name, sizeof(longDialog));
	strcat(longDialog, "%sIzcelsme/Origin:\n%s\n", PlayerData[playerid][pOrigin], sizeof(longDialog));
	strcat(longDialog, "%sDzimšanas datums/Date of birth:\n%s\n", PlayerData[playerid][pBirthdate], sizeof(longDialog));
	strcat(longDialog, "%sDzimums/Gender:\n%s\n\n", GetPlayerGender(playerid), sizeof(longDialog));
	strcat(longDialog, "%s{408080}PASES DATI/PASSPORT INFO{C9C9C9}\n", sizeof(longDialog));
	strcat(longDialog, "%sPases Nr./Passport No.:\n%s\n", PlayerData[playerid][pPassportNr], sizeof(longDialog));
	strcat(longDialog, "%sIzdošanas datums/Date of issue:\n%s\n", PlayerData[playerid][pPassportID], sizeof(longDialog));
	strcat(longDialog, "%sDerīga līdz/Date of expiry:\n%s", PlayerData[playerid][pPassportED], sizeof(longDialog));
	ShowDialog(playerid, passportAccept, DIALOG_STYLE_MSGBOX, "Pase/Passport \"KOPIA\"", longDialog, "Apstipr.", "Atcelt");
Reply


Messages In This Thread
long dialog not working - by thaKing - 20.07.2015, 16:57
Re: long dialog not working - by SpikY_ - 20.07.2015, 17:01
Re: long dialog not working - by thaKing - 20.07.2015, 17:07
Re: long dialog not working - by Mariciuc223 - 20.07.2015, 17:08
Re: long dialog not working - by SpikY_ - 20.07.2015, 17:08
Re: long dialog not working - by thaKing - 20.07.2015, 17:09
Re: long dialog not working - by dominik523 - 20.07.2015, 17:10
Re: long dialog not working - by Mariciuc223 - 20.07.2015, 17:11
Re: long dialog not working - by thaKing - 20.07.2015, 17:17
Re: long dialog not working - by SpikY_ - 20.07.2015, 17:25

Forum Jump:


Users browsing this thread: 2 Guest(s)