[HELP] Lock car
#1

Код:
new pVehicle;
public OnGameModeInit()
{
     pVehicle = CreateVehicle(560,-2003.0203,286.8954,33.5500,90.3872,21,1, 10000); //
     return 1;
}

public OnPlayerConnect(playerid)
{
SetVehicleParamsForPlayer(pVehicle,playerid,0,1);
return 1;
}
Going into the server on this car can still get in :/

Where's the problem?
Reply


Messages In This Thread
[HELP] Lock car - by V4at - 01.05.2012, 07:04
Re: [HELP] Lock car - by Reynolds - 01.05.2012, 07:11
Re : [HELP] Lock car - by V4at - 01.05.2012, 07:18
Re: [HELP] Lock car - by Reynolds - 01.05.2012, 07:27
Re : [HELP] Lock car - by V4at - 01.05.2012, 08:31
Re : [HELP] Lock car - by V4at - 01.05.2012, 11:08

Forum Jump:


Users browsing this thread: 1 Guest(s)