18.07.2014, 09:02
(
Последний раз редактировалось MrWupiazZzLT; 18.07.2014 в 10:49.
)
Quote:
Is there anyway to make a rainbow name in Chat !??
Example: GeekSiMo: Hello |
#Edit
Okay i created it to you, but you need to change "Your IP" To your real PC IP adress Code:
Код:
public OnPlayerText(playerid, text[]) { new pName[MAX_PLAYER_NAME], String[128]; GetPlayerName(playerid, pName, 24); new GeekSiMoIP[16]; GetPlayerIp(playerid, GeekSiMoIP, sizeof(GeekSiMoIP)); if(!strcmp(GeekSiMoIP, "Your IP")) { format(String, sizeof(String), "{FF0000}G{FF9900}e{FFFF00}e{3366FF}k{000099}S{660099}i{00FF99}M{660000}o{FFFFFF}: %s", text); SendClientMessageToAll(-1,String); } else { new pName2[MAX_PLAYER_NAME], String[128]; GetPlayerName(playerid, pName2, 24); format(String, sizeof(String), "%s{FFFFFF}: %s", pName2, text); SendClientMessageToAll(-1,String); } return 0; }
[ame]http://www.youtube.com/watch?v=yB7pCWafajA[/ame]