Carlock
#1

but I am interested in how the MTA would do it in SA-MP vehicle that would not be able to use in the game ..... something that would be rejected or something please help
Reply
#2

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;

Reply
#3

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)