Jump to content
  • 0

pomoc Blbne dialog


BoCo

Dotaz

Zdravím,

 

Robím FS

 

KOD ODSTRANENY - DOVOD: CHYBA VYRIESENA

A ked kliknem na "Zrušiť" tak mi nahodi inu faru a do chatu vypise: farba nicku: a da hocijaku farbu.

 

Predom za kazdu odpoved dakujem.

 

(P.S: Je to len kúsok z kodu a nehádze chyby).

Link to comment
Share on other sites

3 odpovědí na tuto otázku

Recommended Posts

  • 0
ShowPlayerDialog(playerid,999,DIALOG_STYLE_LIST,"Farby","{0000FF}Modra","Potvrdit","Zrušit");

skus toto

 

if(dialogid==999)
{
if(response)
{
switch(listitem)
{
case 0:
{
SetPlayerColor(playerid,0x0000FFFF);
SendClientMessage(playerid,0x0000FFFF, "farba nicku:{0000FF}Modra");
}
}
}
}
return 1;
}

a jeste toto

  • Líbí se mi to! (+1) 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...