How would i to do this?
#8

In OnPlayerStateChange:
pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
    {
        new model = GetVehicleModel(vehicleid);
        if(model == 520)
        {
            if(pRank[playerid] < 2)
            {
                SendClientMessage(playerid, color, "You are not allowed to use this vehicle!");
                RemovePlayerFromVehicle(playerid);
            }
        }
    }
Should work aye-ok.
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: 7 Guest(s)