[Ajuda] [FS]SISTEMA VIP
#4

2 Topicos, mesma duvida, em um so dia ? ( https://sampforum.blast.hk/showthread.php?tid=430646)

pawn Код:
new SouVip[MAX_PLAYERS];

public OnPlayerText(playerid, text[])
{
    new nome[MAX_PLAYER_NAME];
    new String[128];
    if(SouVip[playerid] == 1)
    {
        GetPlayerName(playerid, nome, sizeof(nome));
        format(String, sizeof(String), "%s[%d][V.I.P]: %s", nome, playerid, text);
        SendClientMessageToAll(GetPlayerColor(playerid), String);
        return 0;
    }
    return 1;
}
Reply


Messages In This Thread
[FS]SISTEMA VIP - by orlanxd - 14.04.2013, 20:41
Respuesta: [FS]SISTEMA VIP - by orlanxd - 14.04.2013, 20:50
Re: [FS]SISTEMA VIP - by Don_Speed - 14.04.2013, 20:54
Re: [FS]SISTEMA VIP - by Hulk3000 - 14.04.2013, 20:57

Forum Jump:


Users browsing this thread: 1 Guest(s)