public TextProcu()
{
new string[26], other[8];
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pAdmin] > 1) format(string, sizeof(string) ,"** Administrador **");
else if(PlayerInfo[i][pSocio] > 0) format(string, sizeof(string) ,"** SOCIO **");
else if(PlayerInfo[i][pVIP] > 1) format(string, sizeof(string) ,"** SUPER-VIP **");
else if(PlayerInfo[i][pVIP] > 0) format(string, sizeof(string) ,"** MEMBRO VIP **");
else //caso for player normal
{
if(GetPlayerWantedLevel(i) > 0)
{
format(string, sizeof(string) ,"*PROCURADO*[%d]", GetPlayerWantedLevel(i));
SetPlayerChatBubble(i, string, COLOR_RED, 20.0, 10000);
continue;
}
}
format(other, sizeof(other) ," [P:%d]", GetPlayerWantedLevel(i));
SetPlayerChatBubble(i, string, COLOR_RED, 20.0, 10000);
if(GetPlayerWantedLevel(i) > 0) strcat(string, other);
SetPlayerChatBubble(i, string, COR_VAGOS, 20.0, 10000);
}
}
public TextProcu()
{
new string[26], other[8];
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pAdmin] > 1) format(string, sizeof(string) ,"** Administrador **");
else if(PlayerInfo[i][pSocio] > 0) format(string, sizeof(string) ,"** SOCIO **");
else if(PlayerInfo[i][pVIP] > 1) format(string, sizeof(string) ,"** SUPER-VIP **");
else if(PlayerInfo[i][pVIP] > 0) format(string, sizeof(string) ,"** MEMBRO VIP **");
else //caso for player normal
{
if(GetPlayerWantedLevel(i) > 0)
{
format(string, sizeof(string) ,"*PROCURADO*[%d]", GetPlayerWantedLevel(i));
SetPlayerChatBubble(i, string, COLOR_RED, 20.0, 10000);
continue;
}
}
format(other, sizeof(other) ,"{CORAQUI} [P:%d]", GetPlayerWantedLevel(i));
SetPlayerChatBubble(i, string, COLOR_RED, 20.0, 10000);
if(GetPlayerWantedLevel(i) > 0) strcat(string, other);
SetPlayerChatBubble(i, string, COR_VAGOS, 20.0, 10000);
}
}
format(other, sizeof(other) ," [P:%d]", GetPlayerWantedLevel(i));
SetPlayerChatBubble(i, string, COLOR_RED, 20.0, 10000);
if(GetPlayerWantedLevel(i) > 0) strcat(string, other);
SetPlayerChatBubble(i, string, COR_VAGOS, 20.0, 10000);
format(other, sizeof(other) ," {E84F33}[P:%d]", GetPlayerWantedLevel(i));
if(GetPlayerWantedLevel(i) > 0) strcat(string, other);
SetPlayerChatBubble(i, string, COR_VAGOS, 20.0, 10000);
format(other, sizeof(other) ," {E84F33}[P:%d]", GetPlayerWantedLevel(i));
format(string, sizeof(string) ," {E84F33}[P:%d]", GetPlayerWantedLevel(i));
PHP код:
vc que me passo esse codigo kkkk string seria: PHP код:
|
format(other, sizeof(other) ," [P:%d]", GetPlayerWantedLevel(i));
if(GetPlayerWantedLevel(i) > 0) strcat(string, other);
SetPlayerChatBubble(i, string, COR_VAGOS, 20.0, 10000);
PHP код:
vc que me passo esse codigo kkkk Mais ja consegui arrumar ja! Vlww |