If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
How bout a function to check if a player is sprinting? I know many people have done this but it would be nice to add it to T4M :3 So
IsSprinting() Checks if the player is sprinting.
actually yea this would be really useful their current speed in one number ( or a seperate function like getCurrentSprintSpeed() or something ) - would be lovely doing this without having to mess around with calculations
Im curious to know if you are able to create "trigger_radius_use" also like in black ops 2
I realise we can make our own, but would be another nice addition if possible?
Last Edit: October 13, 2015, 06:33:02 am by Harry Bo21
Also @Ray1235 got the Distance2DSquared function right XD surprised you guys didn't attempt it.
I just noticed this part, are yo usure its the same calculation as was used for BO2 tho? Coz i already tried that and the results werent matching up when I was porting a BO2 script
I only needed to fill in the missing function, ended up dropping to just ditancesquared, but it doesnt seem as accurate
Last Edit: October 13, 2015, 09:39:39 am by Harry Bo21
Another script function which i would like to use with some destiny stuff...
Type: Script
ThirdPersonMode() Function: Makes player go in third person mode. Vice versa when false.
There is a way to set third person in script, but WaW doesnt support it really, since player shoots in only one direction, which is the direction you were looking at before going to third person.
Code Snippet
Plaintext
cg_thirdperson 1
Try setting that DVAR to player, if you still want it
There is a way to set third person in script, but WaW doesnt support it really, since player shoots in only one direction, which is the direction you were looking at before going to third person.
Code Snippet
Plaintext
cg_thirdperson 1
Try setting that DVAR to player, if you still want it
Ah i thought this dvar wouldnt work... For whatever reason, but nah, i just want it so when you activate the weapon, it goes 3rd person and does what gravity spikes does in bo3.
Ah i thought this dvar wouldnt work... For whatever reason, but nah, i just want it so when you activate the weapon, it goes 3rd person and does what gravity spikes does in bo3.
I just noticed this part, are yo usure its the same calculation as was used for BO2 tho? Coz i already tried that and the results werent matching up when I was porting a BO2 script
I only needed to fill in the missing function, ended up dropping to just ditancesquared, but it doesnt seem as accurate
It's the GSCr code, so yes it is "real". Double Post Merge: October 14, 2015, 03:06:31 pm
Ah i thought this dvar wouldnt work... For whatever reason, but nah, i just want it so when you activate the weapon, it goes 3rd person and does what gravity spikes does in bo3.