[Ajuda] Como faзo isso
#2

pawn Code:
public Procurado()
{
   new str[128];
   for(new x=0; x < MAX_PLAYERS; x++)
   {
     if(IsPlayerConnected(x) && GetPlayerWantedLevel(x) > 1)
     {
        format(str,sizeof(str),"Procurado[%d]",GetPlayerWantedLevel(x));
        SetPlayerChatBubble(x, str, 0xFF0000AA, 100.0, 10000);
     }
   }
}
Reply


Messages In This Thread
Como faзo isso - by darkturque - 01.10.2012, 22:47
Re: Como faзo isso - by tonisantolia - 01.10.2012, 22:51

Forum Jump:


Users browsing this thread: 1 Guest(s)