SA-MP Forums Archive
PutPlayerInVehicle Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP DL Edition (https://sampforum.blast.hk/forumdisplay.php?fid=92)
+--- Forum: SA-MP 0.3.DL (https://sampforum.blast.hk/forumdisplay.php?fid=90)
+--- Thread: PutPlayerInVehicle Problem (/showthread.php?tid=656628)



PutPlayerInVehicle Problem - q100554399 - 20.07.2018

Hello everybody,I use SetVehicleVirtualWorld Change player VirtualWorld, And then I use PutPlayerInVehicle try put player in car. But It‘s not working,Player still outsid vehicle. The problem only happen in 0.3.DL So,I think it's a bug...

PHP код:
SetPlayerVirtualWorld(playerid1);
SetVehicleVirtualWorld(dmcar[playerid] = AddStaticVehicleEx(4110.00.04.00.011, -1), 1);
PutPlayerInVehicle(playeriddmcar[playerid], 0); 
sorry for my bad english...


Re: PutPlayerInVehicle Problem - Bruno13 - 20.07.2018

What are u doing?

PHP код:
dmcar[playerid] = AddStaticVehicleEx(4110.00.04.00.011, -1);

SetPlayerVirtualWorld(playerid1);
SetVehicleVirtualWorld(dmcar[playerid], 1); 
PutPlayerInVehicle(playeriddmcar[playerid], 0); 



Re: PutPlayerInVehicle Problem - Spmn - 20.07.2018

https://sampforum.blast.hk/showthread.php?tid=645254
https://sampforum.blast.hk/showthread.php?tid=645438