Variable de sexo
#3

їY con йsto?

pawn Код:
SendClientMessageToAll(AZUL, "|___________ Anuncio del Estado___________|");
                if(JugadorInfo[playerid][jAlcalde] == 1)
                {
                    format(string, sizeof(string), "Alcalde %s: %s", NombreJugador(playerid), result);
                    SendClientMessageToAll(BLANCO, string);
                }
                else if(JugadorInfo[playerid][jMiembro] == 1 || JugadorInfo[playerid][jLider] == 1)
                {
                    if(JugadorInfo[playerid][jLider] == 1) { format(string, sizeof(string), "Sheriff %s: %s", NombreJugador(playerid), result); }
                    SendClientMessageToAll(BLANCO, string);
                }
                else if(JugadorInfo[playerid][jMiembro] == 2 || JugadorInfo[playerid][jLider] == 2)
                {
                    if(JugadorInfo[playerid][jLider] == 2) { format(string, sizeof(string), "General %s: %s", NombreJugador(playerid), result); }
                    SendClientMessageToAll(BLANCO, string);
                }
                else if(JugadorInfo[playerid][jMiembro] == 3 || JugadorInfo[playerid][jLider] == 3)
                {
                    if(JugadorInfo[playerid][jLider] == 3) { format(string, sizeof(string), "Director Mйdico %s: %s", NombreJugador(playerid), result); }
                    SendClientMessageToAll(BLANCO, string);
                }
                else if(JugadorInfo[playerid][jMiembro] == 16 || JugadorInfo[playerid][jLider] == 16)
                {
                    if(JugadorInfo[playerid][jLider] == 16) { format(string, sizeof(string), "Alcalde %s: %s", NombreJugador(playerid), result); }
                    SendClientMessageToAll(BLANCO, string);
                }
Reply


Messages In This Thread
Variable de sexo - by Glimma - 11.09.2012, 17:37
Respuesta: Variable de sexo - by Bu11Sh0t - 11.09.2012, 17:46
Re: Variable de sexo - by Glimma - 11.09.2012, 17:58
Respuesta: Variable de sexo - by WCrimson - 11.09.2012, 18:04
Respuesta: Variable de sexo - by Bu11Sh0t - 11.09.2012, 18:07
Re: Variable de sexo - by Glimma - 11.09.2012, 18:21
Respuesta: Variable de sexo - by Jhoel - 11.09.2012, 21:22

Forum Jump:


Users browsing this thread: 1 Guest(s)