Posts: 1,839
Threads: 136
Joined: Aug 2012
Reputation:
0
The samp_server.exe is detect as Virus according to Avast Anti-Virus Software
Any thoughts?
Posts: 28
Threads: 4
Joined: Sep 2014
Reputation:
0
Interesting.
Trailer feature will come in handy. Loving the fact that your slowing integrating the ability to interface with so many different elements of San Andreas; adds diversity to servers.
Posts: 85
Threads: 1
Joined: May 2014
Thanks for the info Kalcor!
Posts: 22
Threads: 2
Joined: Feb 2014
Reputation:
0
R.I.P. SA-MP
No updates, no nothing.
[HLF]Southclaw
Unregistered
Quote:
Originally Posted by ice2k1
R.I.P. SA-MP
No updates, no nothing.
|
You're posting this in an update thread btw.
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by Redirect Left
You don't read much, do you.
|
Do you?
Posts: 316
Threads: 13
Joined: Mar 2013
Reputation:
0
Thanks for the update! When is the new SAMP update coming btw? Anybody knows?
Posts: 553
Threads: 95
Joined: Sep 2013
[HLF]Southclaw
Unregistered
Quote:
Originally Posted by Mauzen
This happen because every client counts the ammo for other players itself, the ammo is not synced.
It might be able to fix that without much effort.
Clients could just stop counting the ammo of every player for themselves / reset the ammo for them frequently, and instead just send the reloadanimation whenever they are reloading. Though im pretty sure clients cant report animations to other players, just the server can. Anyways, theres that WEAPONSTATE_RELOADING, so the server has to know when players are reloading, and could send the animation to all players then.
Fixing this in the script alone is more difficult. Maybe it works to use SetPlayerArmedWeapon to change a players weapon every x shots for a minimal moment, and then change it back, the clients then restart counting the ammo for the player.
|
Indeed it can be done, and requires
quite a bit of code to cover all the corner cases and whatnot but in the end it syncs reloading, disables instant auto-reload and adds a custom reload key action.