[Ajuda] Tag [VIP]
#2

pawn Код:
public OnPlayerText(playerid, text[])
{
        if(VIP[playerid] == 1)
        {
    new messagetext[128], pname[MAX_PLAYER_NAME];
    SetPlayerChatBubble(playerid, text, 0xFFFDE8AA, 100.0, 10000);
    format( messagetext, 128, "[VIP]%s diz: %s", pname, text );
    SendPlayerMessageToAll( playerid, messagetext );
      }
return false;
}
Erros comente.
Reply


Messages In This Thread
Tag [VIP] - by Luucass - 16.07.2013, 03:41
Re: Tag [VIP] - by focaximubh - 16.07.2013, 04:17
Re: Tag [VIP] - by Luucass - 16.07.2013, 04:34
Re: Tag [VIP] - by focaximubh - 16.07.2013, 04:41

Forum Jump:


Users browsing this thread: 1 Guest(s)