PutPlayerInVehicle
#2

From what I have understood, I don't think it's a big problem. You can easily restrict yourself and other people from using /entercar if you're already in a vehicle.

An example is here:
pawn Код:
if(IsPlayerInAnyVehicle(playerid))
{
        return 1;
}
Reply


Messages In This Thread
PutPlayerInVehicle - by Bocky1337 - 23.12.2011, 20:22
Re: PutPlayerInVehicle - by ••• ĤБĶБM ••• - 23.12.2011, 20:39
Re: PutPlayerInVehicle - by Ash. - 23.12.2011, 21:00
AW: PutPlayerInVehicle - by Bocky1337 - 23.12.2011, 21:03
Re: PutPlayerInVehicle - by Ash. - 23.12.2011, 21:08
Re: PutPlayerInVehicle - by SnG.Scot_MisCuDI - 24.12.2011, 02:05
AW: PutPlayerInVehicle - by Bocky1337 - 24.12.2011, 08:44

Forum Jump:


Users browsing this thread: 1 Guest(s)