13.05.2018, 20:55
como faзo para deixar ela fixa e nгo piscando?
em baixo das news
ongamemodeinit
final do gm
em baixo das news
Code:
forward TextProcu();
Code:
SetTimer("TextProcu", 1000, true);
Code:
public TextProcu()
{
for(new i=0; i<MAX_PLAYERS; i++)
{
new string[256];
if(GetPlayerWantedLevel(i) > 0)
{
format(string,256,"||-||PROCURADO||[%d]",GetPlayerWantedLevel(i));
SetPlayerChatBubble(i,string, COLOR_RED, 100.0, 1000);
}
}
}


