Quote:
Originally Posted by [MG]Dimi
You want that players cant use vehicles at all? This is, let's say the easiest option,
PHP код:
public OnPlayerEnterVehicle(playerid,vehicleid,ispassenger)
{
SetVehicleParamsForPlayer(vehicleid,playerid,0,1);
return 1;
}
|
I need only about 10 other vehicles that I would like everything was normal there any script to lock vehicles