Can Someone Please Help Me Fix This Command!
#7

pawn Код:
if(IsPlayerVipType(playerid,3)) return SendClientMessage(playerid, 0xF60000AA, "You're Not A VIP Member!");
Now you're telling the script that when the player IS a type 3 VIP, it rejects them access.

pawn Код:
if(!IsPlayerVipType(playerid,3)) return SendClientMessage(playerid, 0xF60000AA, "You're Not A VIP Member!");
Tells the script that when a player is NOT a type 3 VIP, he hasn't got access.
Reply


Messages In This Thread
Can Someone Please Help Me Fix This Command! - by Moss - 04.09.2010, 23:59
Re: Can Someone Please Help Me Fix This Command! - by willsuckformoney - 05.09.2010, 00:01
Re: Can Someone Please Help Me Fix This Command! - by Moss - 05.09.2010, 00:03
Re: Can Someone Please Help Me Fix This Command! - by Hal - 05.09.2010, 13:15
Re: Can Someone Please Help Me Fix This Command! - by Moss - 05.09.2010, 13:36
Re: Can Someone Please Help Me Fix This Command! - by WillyP - 05.09.2010, 14:02
Re: Can Someone Please Help Me Fix This Command! - by Hiddos - 05.09.2010, 14:04
Re: Can Someone Please Help Me Fix This Command! - by Moss - 05.09.2010, 14:11
Re: Can Someone Please Help Me Fix This Command! - by Moss - 05.09.2010, 14:15

Forum Jump:


Users browsing this thread: 3 Guest(s)