15.06.2009, 18:23
Command:
pawn Код:
if(!IsPlayerInAnyVehicle(playerid))
{
// they're not in a vehicle
return 1;
}
else
{
//they are
return 1;
}