How would i to do this?
#6

something like this

at the top of your code:
pawn Код:
new hydra;
then on player enter vehicle:
pawn Код:
if(vehicleid == hyrda)
{
if(pRank(playerid) => 2)
{
//Whatever you want it to do if he is the right rank
}
else
{
SendClientMessage(...."You cant use this till rank 2");
RemovePlayerFromVehicle(playerid);
}
}
Correct me if im wrong =P
Reply


Messages In This Thread
How would i to do this? - by Shockey HD - 29.07.2011, 01:08
Re: How would i to do this? - by Famalamalam - 29.07.2011, 01:24
Re: How would i to do this? - by Shockey HD - 29.07.2011, 01:31
Re: How would i to do this? - by Famalamalam - 29.07.2011, 01:38
Re: How would i to do this? - by Shockey HD - 29.07.2011, 01:55
Re: How would i to do this? - by slymatt - 29.07.2011, 02:01
Re: How would i to do this? - by slymatt - 29.07.2011, 02:04
Re: How would i to do this? - by Famalamalam - 29.07.2011, 02:07
Re: How would i to do this? - by slymatt - 29.07.2011, 02:07
Re: How would i to do this? - by Famalamalam - 29.07.2011, 02:09
Re: How would i to do this? - by slymatt - 29.07.2011, 02:11
Re: How would i to do this? - by Famalamalam - 29.07.2011, 02:14
Re: How would i to do this? - by slymatt - 29.07.2011, 02:16
Re: How would i to do this? - by Famalamalam - 29.07.2011, 02:22
Re: How would i to do this? - by Shockey HD - 29.07.2011, 02:26
Re: How would i to do this? - by slymatt - 29.07.2011, 02:31
Re: How would i to do this? - by Famalamalam - 29.07.2011, 02:33
Re: How would i to do this? - by Shockey HD - 29.07.2011, 02:58
Re: How would i to do this? - by Famalamalam - 29.07.2011, 03:06
Re: How would i to do this? - by Shockey HD - 29.07.2011, 03:21
Re: How would i to do this? - by Famalamalam - 29.07.2011, 03:28
Re: How would i to do this? - by Shockey HD - 29.07.2011, 03:29
Re: How would i to do this? - by Famalamalam - 29.07.2011, 03:32
Re: How would i to do this? - by Shockey HD - 29.07.2011, 03:33

Forum Jump:


Users browsing this thread: 6 Guest(s)