How to make vehicles for vips?
#3

Код:
if(newcar == OLDCAR || newcar == OLDCAR)
{
if(PlayerInfo[playerid][pVip] == 1){ }
else
{
	SendClientMessage(playerid,COLOR_GREY,"   You are not a VIP !");
	RemovePlayerFromVehicle(playerid);
}
}
That should work if you have a VIP System Change OLDCAR and PlayerInfo[playerid][pVip]
Reply


Messages In This Thread
How to make vehicles for vips? - by maikel saliba - 28.08.2011, 22:41
Re: How to make vehicles for vips? - by knackworst - 28.08.2011, 22:50
Re: How to make vehicles for vips? - by qUick1337 - 28.08.2011, 22:50
Re: How to make vehicles for vips? - by maikel saliba - 28.08.2011, 23:16
Re: How to make vehicles for vips? - by knackworst - 29.08.2011, 00:30
Re: How to make vehicles for vips? - by maikel saliba - 29.08.2011, 00:33
Re: How to make vehicles for vips? - by Davz*|*Criss - 29.08.2011, 01:01
Re: How to make vehicles for vips? - by knackworst - 29.08.2011, 01:08

Forum Jump:


Users browsing this thread: 2 Guest(s)