[Pomoc] Dijalog pls

Započeo Novica
13. Mar. 2012. Zaključano
847
pregleda
9
postova
dock
5
Crime Lord
13. Mar. 2012.
Ovo

new coordsstring;
SendClientMessage(playerid, COLOR_RED," ");
format(coordsstring, sizeof(coordsstring),"------------------------------------| %s |------------------------------------",name);
SendClientMessage(playerid, COLOR_RED,coordsstring);
format(coordsstring, sizeof(coordsstring), "- Level:[%d]  Spol:[%s]  Godine:[%d]  Novac:[$%d]  Banka:[$%d]  Broj:[%d]", level,atext,age,cash,account,pnumber);
SendClientMessage(playerid, COLOR_WHITE,coordsstring);
format(coordsstring, sizeof(coordsstring), "- Sati igranja:[%d]  Posao:[%s]  Respekti:[%d/%d]  DonatorRank:[%s]", ptime,jtext,exp,expamount,drank);
SendClientMessage(playerid, COLOR_WHITE,coordsstring);
format(coordsstring, sizeof(coordsstring), "- Droga:[%d]  Materiali:[%d]  Organizacija:[%s]  Rank:[%s]",drugs,mats,ftext,rtext);
SendClientMessage(playerid, COLOR_WHITE,coordsstring);
if (PlayerInfo >= 1)
{
format(coordsstring, sizeof(coordsstring), "- Kljucevi kuce [%d] Kljucevi firme [%d] Vozilo1 [%d] Vozilo2 [%d] Vozilo3 [%d] HireKey [%d] int:[%d] virworld:[%d] local[%d]", housekey,bizkey,carkey,carkey2,carkey3,HireCar,intir,virworld,local);
SendClientMessage(playerid, COLOR_GRAD6,coordsstring);
}
SendClientMessage(playerid, COLOR_RED,"------------------------------------------------------------------------------------------------");


zameni sa ovim:

new coordsstring, cs1, cs2, cs3, cs4, cs5, cs6;
SendClientMessage(playerid, COLOR_RED," ");
format(cs1, sizeof(cs1),"------------------------------------| %s |------------------------------------",name);
format(cs2, sizeof(cs2), "- Level:[%d]  Spol:[%s]  Godine:[%d]  Novac:[$%d]  Banka:[$%d]  Broj:[%d]", level,atext,age,cash,account,pnumber);
format(cs3, sizeof(cs3), "- Sati igranja:[%d]  Posao:[%s]  Respekti:[%d/%d]  DonatorRank:[%s]", ptime,jtext,exp,expamount,drank);
format(cs4, sizeof(cs4), "- Droga:[%d]  Materiali:[%d]  Organizacija:[%s]  Rank:[%s]",drugs,mats,ftext,rtext);
format(cs5, sizeof(cs5), "- Kljucevi kuce [%d] Kljucevi firme [%d] Vozilo1 [%d] Vozilo2 [%d] Vozilo3 [%d] HireKey [%d] int:[%d] virworld:[%d] local[%d]", housekey,bizkey,carkey,carkey2,carkey3,HireCar,intir,virworld,local);
format(cs6, sizeof(cs6),"------------------------------------------------------------------------------------------------");
if(PlayerInfo >= 1)
{
format(coordsstring, sizeof(coordsstring), "%s\n%s\n%s\n%s\n%s\n%s", cs1, cs2, cs3, cs4, cs5, cs6);
ShowPlayerDialog(playerid, 1324, DIALOG_STYLE_MSGBOX, "Stats", coordsstring, "U redu", "");
return 1;
}
else if(PlayerInfo == 0)
{
    format(coordsstring, sizeof(coordsstring), "%s\n%s\n%s\n%s\n%s", cs1, cs2, cs3, cs4, cs6);
ShowPlayerDialog(playerid, 1324, DIALOG_STYLE_MSGBOX, "Stats", coordsstring, "U redu", "");
return 1;
}
Novica
4
Made Man
13. Mar. 2012.
26 errora -.-
CH | Marko
5
Underboss
13. Mar. 2012.
koji su errori...

vjerovatno ti fali negdje { ili }
Novica
4
Made Man
13. Mar. 2012.
Brate eo gledam ali nema -.-
CH | Marko
5
Underboss
13. Mar. 2012.
onda daj te errore
Novica
4
Made Man
13. Mar. 2012.
ma gledaj to jeste do toga ali nema ovde -.- sto ne razumem de pogledaj ti to sto mi ovaj lik dao 🙂 ja stv neznam
CH | Marko
5
Underboss
13. Mar. 2012.
pa ne znam ja koji su ti errori. Postaj errore i redove i rijesit cemo 😄
Novica
4
Made Man
13. Mar. 2012.
bilo je do toga sredio lock.

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha