Bug SetVehicleParamsCarDoors()
#1

They just closes. You can not open the function.

Код:
SetVehicleParamsCarDoors(vehicleid, 1, 0, 1, 1);
If the door is open it closes. If it is closed, not open.
Reply
#2

playerid is wrong here, eh?
Reply
#3

Quote:
Originally Posted by Nickvj7
Посмотреть сообщение
They just closes. You can not open the function.

Код:
SetVehicleParamsCarDoors(playerid, 1, 0, 1, 1);
If the door is open it closes. If it is closed, not open.
Код:
SetVehicleParamsCarDoors(GetPlayerVehicleID(playerid), 1, 0, 1, 1);
Reply
#4

It was a typo here in the forum. In my code is very different however is the aforementioned way.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)