06.11.2014, 10:01
(
Last edited by Oskaar1994; 07/11/2014 at 04:13 PM.
)
Great ! But please not like SAMP's attaching system that you can't tow a vehicle with a driver.
Same would be cool for Checkpoints:
*edit*
Another suggestion:
Same would be cool for Checkpoints:
Code:
native AttachCheckpointToObject(cpID,objectid, Float: offsetX, Float: offsetY, Float:offsetZ, Float: rotX, Float: rotY, Float: rotZ); native AttachCheckpointToVehicle(cpID,vehicleid, Float: offsetX, Float: offsetY, Float:offsetZ, Float: rotX, Float: rotY, Float: rotZ); native AttachRaceCheckpointToObject(raceCheckpointType,cpID,objectid, Float: offsetX, Float: offsetY, Float:offsetZ, Float: rotX, Float: rotY, Float: rotZ,bool: isMovable); native AttachRaceCheckpointToVehicle(raceCheckpointType,cpID,vehicleid, Float: offsetX, Float: offsetY, Float:offsetZ, Float: rotX, Float: rotY, Float: rotZ,bool: isMovable);
Another suggestion:
Code:
native TogglePlayerChat(playerid, bool: toggle);