їComo saber cual fue la opciуn que seleccionй?
#1

Buenas, estaba haciendo un sistema de creaciуn de entregas IG para el job de camionero, pero me trabй cuando iba a hacer el dialog, ya que no sй como hacer para saber cual fue el que yo seleccionй.
No sй si me expliquй bien, pero acб dejo el cуdigo.
Desde ya muchas gracias.
PHP код:
for(new 0<= MAX_ENTREGAS_CAMIONES_NOWi++)
{
    if(
InformacionEntregaCam[i][EC_DISPONIBLE] == true)
    {
        
format(strsizeof(str), "%s\n{FFFFFF}%s {00C900}[DISPONIBLE]",str,InformacionEntregaCam[i][EC_NOMBRE]);
    }
    else
    {
        
format(strsizeof(str), "%s\n{FFFFFF}%s {D90000}[ENTREGA EN PROCESO]",str,InformacionEntregaCam[i][EC_NOMBRE]);
    }
}
ShowPlayerDialog(playeridDIALOG_ENTREGASDIALOG_SYTLE_LIST"Lista de entregas"str"Seleccionar""Cerrar"); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)