23.12.2011, 20:39
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:
An example is here:
pawn Код:
if(IsPlayerInAnyVehicle(playerid))
{
return 1;
}