[Ajuda] Como fazer isso do jeito certo?
#6

Fiz assim, nгo testei qualquer coisa me informe
Quote:

if(SpawnKill[playerid] == true) {
if(fmembro[playerid] > 0) {
new facid = fmembro[playerid];
new string[256];
format(string,sizeof(string), "[ANTI SPAWN KILL ACTIVED]\nFacзгo: %s", FactionInfo[facid][facname]);
SetPlayerChatBubble(playerid, string, 0xFF0000FF, MAX_DISTANCIA, 10000);
}
else {
SetPlayerChatBubble(playerid, "[ANTI SPAWN KILL ACTIVED]", 0xFF0000FF, MAX_DISTANCIA, 10000);
}
}
else if(SpawnKill[playerid] == false) {
if(fmembro[playerid] > 0) {
new facid = fmembro[playerid];
new string[256];
format(string,sizeof(string), "Facзгo: %s", FactionInfo[facid][facname]);
SetPlayerChatBubble(playerid, string, 0xFF0000FF, MAX_DISTANCIA, 10000);
}
}

Reply


Messages In This Thread
Como fazer isso do jeito certo? - by pdonald - 10.11.2015, 00:45
Re: Como fazer isso do jeito certo? - by Kamper - 10.11.2015, 01:15
Re: Como fazer isso do jeito certo? - by n0minal - 10.11.2015, 02:49
Re: Como fazer isso do jeito certo? - by pdonald - 10.11.2015, 03:25
Re: Como fazer isso do jeito certo? - by n0minal - 10.11.2015, 03:35
Respuesta: Como fazer isso do jeito certo? - by DjonathaTM - 10.11.2015, 13:50
Re: Como fazer isso do jeito certo? - by pdonald - 12.11.2015, 00:16

Forum Jump:


Users browsing this thread: 1 Guest(s)