Admins online
#10

Try editing that part of the code, so it looks like:

pawn Код:
if(PlayerInfo[i][pAdminLevel] == 1)
{
    AdminPos = "{colorhexcodehere}Moderator";
}
else if(PlayerInfo[i][pAdminLevel] == 2)
{
    AdminPos = "{colorhexcodehere}Administrator";
}
else if(PlayerInfo[i][pAdminLevel] == 3)
{
    AdminPos = "{colorhexcodehere}Head Administrator";
}
else if(PlayerInfo[i][pAdminLevel] == 4)
{
    AdminPos = "{colorhexcodehere}Owner";
}
EDIT: Sorry the format line would be %s not %f, i posted that before I saw what AdminPos was.
Reply


Messages In This Thread
Admins online - by Squirrel - 05.05.2013, 16:41
Re: Admins online - by jakejohnsonusa - 05.05.2013, 17:01
AW: Admins online - by Squirrel - 05.05.2013, 17:02
Re: Admins online - by ryanhawk31 - 05.05.2013, 17:08
AW: Admins online - by Squirrel - 05.05.2013, 17:24
Re: Admins online - by jakejohnsonusa - 05.05.2013, 17:42
AW: Admins online - by Squirrel - 05.05.2013, 17:43
Re: Admins online - by jakejohnsonusa - 05.05.2013, 17:50
AW: Admins online - by Squirrel - 05.05.2013, 17:51
Re: Admins online - by jakejohnsonusa - 05.05.2013, 17:55

Forum Jump:


Users browsing this thread: 2 Guest(s)