[Pedido] PROCURADO EM CIMA DA CABEЗA!
#1

QUERIA UM SISTEMA DE APARECER (PROCURADO [LEVEL DE PROCURADO]) EM CIMA DA CABEЗA DO PLAYER :c
Vlw!
Reply
#2

new string2[50];
for(new i=0; i<MAX_PLAYERS; i++)
{
if(GetPlayerWantedLevel( i ) > 0)
{
format(string2,256,"[ Procurado ]( %d )",GetPlayerWantedLevel( i ));
SetPlayerChatBubble(i,string2, Vermelho, 50.0, 1002);
}
}
Reply
#3

Nгo esqueзa de definir a cor la em cima em defines
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)