24.06.2015, 18:27
Olб , estou com uma duvida e preciso muito de ajuda 
Spawn:
Apos acabar o "Anti-SpawnKIll" o "SetPlayerChatBubble" mude para::
ai quando o player troca de time , o "Anti-SpawnKill" nгo aparece... й tambem como fazer para o "MsgTime" alterar quando o player troca de time ?
Att Moda

Spawn:
PHP код:
SetPlayerChatBubble(playerid,"Anti SpawnKill" , cor_vermelho, 15.0, 15000); // 15 segundos (duraзгo)
PHP код:
new MsgTime[30];
format(MsgTime, sizeof(MsgTime), "%s %s", Ranks, Classes);
SetPlayerChatBubble(playerid, MsgTime , GetPlayerColor(playerid), 15.0, cellmax); //nгo sei o que colocar no lugar de cellmax...
Att Moda


