15.04.2017, 20:25
PHP код:
//-----------------------------------FAVELA-------------------------------------//
if(Player[playerid][pRadinho] == 1)
{
new t = Player[playerid][pFaccao];
format(string,256,"Radinho - %s",Faccoes[t][tNome]);
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pFogueteiro] == 1)
{
new t = Player[playerid][pFaccao];
format(string,256,"Fogueteiro - %s",Faccoes[t][tNome]);
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pVapor] == 1)
{
new t = Player[playerid][pFaccao];
format(string,256,"Vapor - %s",Faccoes[t][tNome]);
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pGerente] == 1)
{
new t = Player[playerid][pFaccao];
format(string,256,"Gerente - %s",Faccoes[t][tNome]);
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pFrente] == 1)
{
new t = Player[playerid][pFaccao];
format(string,256,"Frente - %s",Faccoes[t][tNome]);
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pDM] == 1)
{
new t = Player[playerid][pFaccao];
format(string,256,"Dono Morro - %s",Faccoes[t][tNome]);
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pLider] == 1)
{
if(Player[playerid][pFaccao] == 1 || Player[playerid][pFaccao] == 2 || Player[playerid][pFaccao] == 3 || Player[playerid][pFaccao] == 4)
{
format(string,256,"Lнder Facзгo - CMD");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pFaccao] == 5 || Player[playerid][pFaccao] == 6 || Player[playerid][pFaccao] == 7 || Player[playerid][pFaccao] == 8)
{
format(string,256,"Lнder Facзгo - LLL");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pFaccao] == 9 || Player[playerid][pFaccao] == 10 || Player[playerid][pFaccao] == 11 || Player[playerid][pFaccao] == 12)
{
format(string,256,"Lнder Facзгo - TD3");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pFaccao] == 13 || Player[playerid][pFaccao] == 14 || Player[playerid][pFaccao] == 15 || Player[playerid][pFaccao] == 16)
{
format(string,256,"Lнder Facзгo - MLC");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
}
//------------------------------------------------------------------------------//
if(Player[playerid][pPMRJ] == 1)
{
format(string,256,"Policial Militar - Recruta");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPMRJ] == 2)
{
format(string,256,"Policial Militar - Soldado");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPMRJ] == 3)
{
format(string,256,"Policial Militar - Capitгo");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPMRJ] == 4)
{
format(string,256,"Policial Militar - Major");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPMRJ] == 5)
{
format(string,256,"Policial Militar - Coronel");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPCRJ] == 1)
{
format(string,256,"Policial Civil - Piloto");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPCRJ] == 2)
{
format(string,256,"Policial Civil - Inspetor");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPCRJ] == 3)
{
format(string,256,"Policial Civil - Investigador");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPCRJ] == 4)
{
format(string,256,"Policial Civil - Comissбrio");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
if(Player[playerid][pPCRJ] == 5)
{
format(string,256,"Policial Civil - Delegado");
SetPlayerChatBubble(playerid,string, COR_PRINCIPAL, 20.0, 10000);
}
//-----------------------------------STAFF--------------------------------------//
if(Player[playerid][pAdmin] == 1)
{
SetPlayerChatBubble(playerid,"Administrador Temporбrio",COR_PRINCIPAL,20.0,10000);
}
if(Player[playerid][pAdmin] == 2)
{
SetPlayerChatBubble(playerid,"Admininistrador Ajudante",COR_PRINCIPAL,20.0,10000);
}
if(Player[playerid][pAdmin] == 3)
{
SetPlayerChatBubble(playerid,"Administrador Fixo",COR_PRINCIPAL,20.0,10000);
}
if(Player[playerid][pAdmin] == 4)
{
SetPlayerChatBubble(playerid,"Sub Game Master",COR_PRINCIPAL,20.0,10000);
}
if(Player[playerid][pAdmin] == 5)
{
SetPlayerChatBubble(playerid,"Game Master",COR_PRINCIPAL,20.0,10000);
}
if(Player[playerid][pAdmin] == 6)
{
SetPlayerChatBubble(playerid,"Lнder Geral",COR_PRINCIPAL,20.0,10000);
}
Quote:
C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27311) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27314) : error 021: symbol already defined: "format" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27317) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27319) : error 021: symbol already defined: "t" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27320) : error 021: symbol already defined: "format" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27323) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27325) : error 021: symbol already defined: "t" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27326) : error 021: symbol already defined: "format" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27329) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27331) : error 021: symbol already defined: "t" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27332) : error 021: symbol already defined: "format" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27335) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27337) : error 021: symbol already defined: "t" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(2733 ![]() C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27341) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27343) : error 021: symbol already defined: "t" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27344) : error 021: symbol already defined: "format" C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27347) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27349) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27354) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27359) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27364) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27371) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27376) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27381) : error 010: invalid function or declaration C:\Users\Lan\Desktop\PROJETOS SAMP\Novo Projeto VDB 2017\gamemodes\PROJETO.pwn(27386) : error 010: invalid function or declaration |