Vehicle permissions
#3

haha @Kindred i love them links xD

On topic: 2 seconds to make this, let me know if it works:
pawn Код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
    if(GetVehicleModel(vehicleid) == 432)
    {
        if(GetPlayerScore(playerid) < 100)
        {
            SendClientMessage(playerid,-1,"You need 100 score to be able to use this vehicle");
            ClearAnimations(playerid,1);
        }
    }
    return 1;
}
I'll go test it now and reply back

Edit: it works.
Reply


Messages In This Thread
Vehicle permissions - by _Khaled_ - 23.06.2013, 23:30
Re: Vehicle permissions - by Kindred - 23.06.2013, 23:32
Re: Vehicle permissions - by DobbysGamertag - 23.06.2013, 23:38

Forum Jump:


Users browsing this thread: 1 Guest(s)