2 small questions
#4

About your second question, you need to edit the OnPlayerText
An example:
pawn Код:
new string[128];
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name);
if(pInfo[playerid][pAdmin] == 5) // max level? | change to your enums, sadly I cannot guess them.
{
     format(string, sizeof(string), "[OWNER]: %s(%d): %s", name, playerid, text[0]);
     SendClientMessageToAll(white, string);
     return 0; // stops the original text from being sent.
}
Reply


Messages In This Thread
2 small questions - by Lisaax - 21.03.2014, 21:05
Re: 2 small questions - by Carxi - 21.03.2014, 21:09
Re: 2 small questions - by Lisaax - 23.03.2014, 09:45
Re: 2 small questions - by MythicalMarauder - 23.03.2014, 09:50
Re: 2 small questions - by Lisaax - 23.03.2014, 10:46
Re: 2 small questions - by MythicalMarauder - 23.03.2014, 11:04
Re: 2 small questions - by Lisaax - 23.03.2014, 11:06
Re: 2 small questions - by Lisaax - 23.03.2014, 18:21
Re: 2 small questions - by Lisaax - 24.03.2014, 13:38
Re: 2 small questions - by newbie scripter - 24.03.2014, 13:52

Forum Jump:


Users browsing this thread: 2 Guest(s)