Vehicle problem
#5

If I understood correctly, he wants to set each player in their own virtual world (alone without other players) and so are their vehicles.

pawn Код:
new playersvw = playerid + 1;
SetPlayerVirtualWorld(playerid, playersvw);
tutbike = CreateVehicle(481, 2256.7861,-1263.1980,23.4870,273.2590, 3, 3, -1);
SetVehicleVirtualWorld(tutbike, playersvw);
GetVehicleParamsEx(tutbike, iEngine, iLights, iAlarm, iDoors, iBonnet, iBoot, iObjective);
SetVehicleParamsEx(tutbike, iEngine, iLights, iAlarm, 1, iBonnet, iBoot, iObjective);
Reply


Messages In This Thread
Vehicle problem - by cnoopers - 10.07.2014, 15:50
Re: Vehicle problem - by AMouldyLemon - 10.07.2014, 15:53
Re: Vehicle problem - by Konstantinos - 10.07.2014, 15:59
Re: Vehicle problem - by Threshold - 10.07.2014, 16:06
Re: Vehicle problem - by Konstantinos - 10.07.2014, 16:10

Forum Jump:


Users browsing this thread: 1 Guest(s)