Ayudame
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
    if(VariableVIP >= 1)
    {
        format(str, sizeof(str), "{FF0000}[VIP] %s: {FFFFFF}%s",NombreJugador(playerid),text[]);
        SendClientMessage(playerid, -1, str);
    }
    return 0;
}
Lo del mensaje arriba del jugador, hazlo con un timer y con la funciуn
SetPlayerChatBubble: https://sampwiki.blast.hk/wiki/SetPlayerChatBubble
Reply


Messages In This Thread
Ayudame - by Shakir - 14.01.2015, 01:45
Respuesta: Ayudame - by xTexTx - 14.01.2015, 02:36
Respuesta: Ayudame - by OTACON - 14.01.2015, 07:29
Respuesta: Ayudame - by Zodiaco - 14.01.2015, 12:47

Forum Jump:


Users browsing this thread: 2 Guest(s)