Would this command work?
#4

pawn Код:
if (viplvl > 10 || viplvl < 0) return SendClientMessage(playerid, COLOR_RED,"System: Valid vip Levels: 1-3!");
Should be

pawn Код:
if (viplvl < 0 || viplvl > 3) return SendClientMessage(playerid, COLOR_RED,"System: Valid vip Levels: 0-3!");
I'm sure you'd want to set them to 0, if you wished to take the VIP away :P

Apart from that, taking a brief glance over it, I don't see why it won't. However it's a good idea to test it.
Reply


Messages In This Thread
Would this command work? - by Shockey HD - 27.07.2011, 13:34
Re: Would this command work? - by Libra_PL - 27.07.2011, 13:48
Re: Would this command work? - by iPLEOMAX - 27.07.2011, 13:50
Re: Would this command work? - by Burridge - 27.07.2011, 13:50
Re: Would this command work? - by Shockey HD - 27.07.2011, 18:16
Re: Would this command work? - by Calgon - 27.07.2011, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)