What Wroung
#6

Quote:
Originally Posted by Sawalha
Посмотреть сообщение
then do this:
pawn Код:
if(text[0] == '#' && PlayerInfo[playerid][Admin] >= 1)
     {
             new string[128];
             GetPlayerName(playerid,string,sizeof(string));
             format(string, sizeof(string), "[ADMIN] %s: %s", string, text[1]);
             MessageToPlayerAdmin(grey, string);
             return 0;
    }
    if(text[0] == '!' && PlayerInfo[playerid][VIP] >= 1) {
        new string[128];
        GetPlayerName(playerid, string, sizeof(string));
        format(string, sizeof(string), "[DONATOR] %s: %s", string, text[1]);
        MessageToPlayerVIP(green, string);
        return 0;
    }
Work Thanks: +rep
Reply


Messages In This Thread
What Wroung - by AYOUYOU - 14.01.2015, 11:14
Re: What Wroung - by Threshold - 14.01.2015, 11:21
Re: What Wroung - by Sawalha - 14.01.2015, 11:21
Re : What Wroung - by AYOUYOU - 14.01.2015, 11:23
Re: What Wroung - by Sawalha - 14.01.2015, 11:27
Re : Re: What Wroung - by AYOUYOU - 14.01.2015, 11:48
Re: What Wroung - by Threshold - 14.01.2015, 14:19

Forum Jump:


Users browsing this thread: 1 Guest(s)