Newbie channel problem.
#8

Here you go, I don't use [PAWN] because you'll have to scroll


if(PlayerInfo[playerid][pLevel] < 1
{
format(string, sizeof(string), "[NewbieChat] Newbie %s: %s", sendername, result);
SendClientMessage(playerid, COLOR_NEWBIE, string);
return 1;
}
else if(PlayerVip[playerid][VipLevel] == 4)
{
format(string, sizeof(string), "[NewbieChat] Helper %s: %s", sendername, result);
SendClientMessage(playerid, COLOR_NEWBIE, string);
return 1;
}
else if(PlayerInfo[playerid][pAdmin] == 1)
{
format(string, sizeof(string), "[NewbieChat] Moderator lv1 %s: %s", sendername, result);
SendClientMessage(playerid, COLOR_NEWBIE, string);
return 1;
}
else if(PlayerInfo[playerid][pAdmin] == 2)
{
format(string, sizeof(string), "[NewbieChat] Moderator lv2 %s: %s", sendername, result);
SendClientMessage(playerid, COLOR_NEWBIE, string);
return 1;
}
else if(PlayerInfo[playerid][pAdmin] == 3)
{
format(string, sizeof(string), "[NewbieChat] Administrator %s: %s", sendername, result);
SendClientMessage(playerid, COLOR_NEWBIE, string);
return 1;
}
else if(PlayerInfo[playerid][pAdmin] == 4)
{
format(string, sizeof(string), "[NewbieChat] Fondator %s: %s", sendername, result);
SendClientMessage(playerid, COLOR_NEWBIE, string);
return 1;
}
Reply


Messages In This Thread
Newbie channel problem. - by Kethrios - 23.01.2013, 08:31
Re: Newbie channel problem. - by AphexCCFC - 23.01.2013, 08:38
Re : Newbie channel problem. - by Kethrios - 23.01.2013, 08:41
Re: Newbie channel problem. - by AphexCCFC - 23.01.2013, 08:56
Re: Newbie channel problem. - by AphexCCFC - 23.01.2013, 09:00
Re : Newbie channel problem. - by Kethrios - 23.01.2013, 09:14
Re: Newbie channel problem. - by AphexCCFC - 23.01.2013, 09:19
Re : Newbie channel problem. - by Kethrios - 23.01.2013, 09:21
Re: Newbie channel problem. - by AphexCCFC - 23.01.2013, 09:26
Re: Newbie channel problem. - by AphexCCFC - 23.01.2013, 09:28

Forum Jump:


Users browsing this thread: 1 Guest(s)