SA-MP Forums Archive
[BUG] Melee outside the normal world map - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [BUG] Melee outside the normal world map (/showthread.php?tid=562513)



[BUG] Melee outside the normal world map - vyper - 09.02.2015

"- Fixes camera collisions on objects and vehicles that are outside the normal world map." (Kalcor - 0.3.7 RC1)

Since that has been fixed, why don't we get melee weapons to work outside the normal world map ?

https://www.youtube.com/watch?v=zsSof2AUcp4


Re: [BUG] Melee outside the normal world map - ][Noname][ - 09.02.2015

there is no variables 3000.0 in gta_sa.exe for changing with melee weapons

Something other creates that limit


Re: [BUG] Melee outside the normal world map - Dragony92 - 09.02.2015

This should be fixed.


Re: [BUG] Melee outside the normal world map - vyper - 17.02.2015

The Sniper rifle one has been fixed in an earlier version as far as I know.


Re: [BUG] Melee outside the normal world map - [Twixx] - 17.02.2015

Yes, please bring attention to this problem and solve it!


Re: [BUG] Melee outside the normal world map - ][Noname][ - 17.02.2015

v19 = v119 * 0.01999999955296516 + 60.0;
many checks for 3000.0 point on map is calc on 60.0 value

reason on why Kalcor found only fix for sniper where used 3000.0 float variable


AW: [BUG] Melee outside the normal world map - LadyNyuuu - 18.02.2015

i love this bug to be unable to make melee damage and hit someone. (its nice that the target got no animations then)
maybe a fix and a toggle-function will be nice to have the same "unable to punsh" effect in the citys too. (for servers who dont support melee weapons and use bullet-weapons only to calculate damage)


Re: [BUG] Melee outside the normal world map - ][Noname][ - 18.02.2015

ok I found this!

fix:

Код:
memset((void*)0x5FFAEE,0x90,2);
memset((void*)0x5FFB4B,0x90,2);
memset((void*)0x5FFBA5,0x90,2);
memset((void*)0x5FFC03,0x90,2);



Re: [BUG] Melee outside the normal world map - T-N-Z - 18.02.2015

Quote:
Originally Posted by vyper
Посмотреть сообщение
The Sniper rifle one has been fixed in an earlier version as far as I know.
No, after longer periods of gameplay for some players it stops working. It won't give any damage or report an invalid player id for some reason. That's inside world boundries.


Re: [BUG] Melee outside the normal world map - ][Noname][ - 18.02.2015

Quote:
Originally Posted by T-N-Z
Посмотреть сообщение
No, after longer periods of gameplay for some players it stops working. It won't give any damage or report an invalid player id for some reason. That's inside world boundries.
Fix here
https://sampforum.blast.hk/showthread.php?tid=560012