Vip not showing command
#3

False. That works perfectly fine. Also don't use format if you need to copy strings.

The real problem is this:
pawn Код:
if(Pinfo[playerid][VipLevel] >= 1)
That should be:
pawn Код:
if(Pinfo[i][VipLevel] >= 1)
Reply


Messages In This Thread
Vip not showing command - by DerickClark - 06.04.2013, 16:56
AW: Vip not showing command - by Skimmer - 06.04.2013, 17:04
Re: Vip not showing command - by Vince - 06.04.2013, 17:07
AW: Vip not showing command - by Skimmer - 06.04.2013, 17:09
Re: Vip not showing command - by DerickClark - 06.04.2013, 17:09
Re: Vip not showing command - by DerickClark - 06.04.2013, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)