Some Suggestions

Started by [TDA]Speed, Oct 04, 2024, 11:05 AM

Previous topic - Next topic

[TDA]Speed

Add shooting from vehicle from offline game, gta vc dosnt have an option to let the passnger shoot from the vehicle like gta san but had this future in photos and the drive-by is powerful, so i think it will be a good future and will be useful for Role player servers, gang wars etc



as the collision of player fixed while get headshot killed in vehicle bring back car hijack and let the server chose if they want enable it or disable it

vitovc

...::: vice city :::...
Useful things for vcmp: Relative position and finding an angle (in 3d), 3d line (like laser)

[TDA]Speed

this an snippet code or something i mean there is a already something like driveby in offline game if you remember that mission with lance in helicopter when you was shooting with m60 its the same but with fpv i guess it possible to sync it without fpv

MEGAMIND

#3
do we habe more like it?

attachplayertovehicle
attachweapontoplayer
attachcusyomobejctwith player or vehicle or objectid?
 i dont dee a wiki doucmentation for it?

[TDA]Speed

https://forum.vc-mp.org/index.php?topic=6224.msg43116#msg43116
its a snippet script i tested it to see if can shooting from vehicle or no its working but shoots not synced to other players because player.pos changing ever 1 milisec

vitovc

1) you can attach player to car roof by clientside script
2) car must have a driver for correct sync the person on roof of car (vcmp has build-in attach for people who standing at car roof - for view of remote players but only if car has a driver)
3) you need to care in case shooter (player at roof) fallen down to make him stand up by script otherwise he may keep laying on car roof
...::: vice city :::...
Useful things for vcmp: Relative position and finding an angle (in 3d), 3d line (like laser)