[Pregunta]Como hago Esto
#8

Quote:
Originally Posted by AntonyFC
Посмотреть сообщение
Me sale asi
Yo lo tengo asн:

pawn Код:
public OnPlayerText(playerid, text[])
{
    new string[144];
    new Nick[MAX_PLAYER_NAME];
    GetPlayerName(playerid, Nick, sizeof(Nick));
    format(string, sizeof(string),  "{%06x}%s [%d]: {FFFFFF}%s", GetPlayerColor(playerid) >>> 8, Nick, playerid, text);
    SendClientMessageToAll(-1, string);
    SetPlayerChatBubble(playerid, text, -1, 100.0, 4000);
    return 0;
}
Y me funciona bien. Fнjate usando el cуdigo que te pasй y avнsanos.
Reply


Messages In This Thread
[Pregunta]Como hago Esto - by AntonyFC - 04.01.2014, 17:12
Respuesta: [Pregunta]Como hago Esto - by OTACON - 04.01.2014, 17:14
Respuesta: [Pregunta]Como hago Esto - by AntonyFC - 04.01.2014, 17:17
Respuesta: [Pregunta]Como hago Esto - by OTACON - 04.01.2014, 17:20
Respuesta: [Pregunta]Como hago Esto - by AntonyFC - 04.01.2014, 19:33
Respuesta: [Pregunta]Como hago Esto - by Swedky - 04.01.2014, 19:37
Respuesta: [Pregunta]Como hago Esto - by AntonyFC - 04.01.2014, 19:42
Respuesta: [Pregunta]Como hago Esto - by Swedky - 04.01.2014, 19:45
Respuesta: [Pregunta]Como hago Esto - by Adoniiz - 04.01.2014, 19:47
Respuesta: [Pregunta]Como hago Esto - by AntonyFC - 04.01.2014, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)