Jump to content

LuK3Z

Uživatel
  • Příspěvků

    135
  • Registrován

  • Aktivní

Příspěvky posted by LuK3Z

  1. 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
×
×
  • Create New...