Re: SA-MP 0.3z R4 server update -
benjenden - 14.09.2014
Very Nice Release
Re: SA-MP 0.3z R4 server update -
Team_PRO - 14.09.2014
The samp_server.exe is detect as Virus according to Avast Anti-Virus Software
Any thoughts?
Re: SA-MP 0.3z R4 server update -
SickAttack - 14.09.2014
Quote:
Originally Posted by Team_PRO
The samp_server.exe is detect as Virus according to Avast Anti-Virus Software
Any thoughts?
|
Perform a boot time scan, that will fix your problem.
Re: SA-MP 0.3z R4 server update -
WalterWhite - 16.09.2014
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.
Re: SA-MP 0.3z R4 server update -
FlavioCesar - 18.09.2014
Thanks
Re: SA-MP 0.3z R4 server update -
Tinchy - 19.09.2014
really good update
Re: SA-MP 0.3z R4 server update -
MafiaZ - 05.10.2014
Thanks for the info Kalcor!
Re: SA-MP 0.3z R4 server update -
ice2k1 - 07.10.2014
R.I.P. SA-MP
No updates, no nothing.
Re: SA-MP 0.3z R4 server update -
[HLF]Southclaw - 07.10.2014
Quote:
Originally Posted by ice2k1
R.I.P. SA-MP
No updates, no nothing.
|
You're posting this in an update thread btw.
Re: SA-MP 0.3z R4 server update -
Redirect Left - 07.10.2014
Quote:
Originally Posted by ice2k1
R.I.P. SA-MP
No updates, no nothing.
|
You don't read much, do you.
Re: SA-MP 0.3z R4 server update -
Calgon - 08.10.2014
Quote:
Originally Posted by Redirect Left
You don't read much, do you.
|
Do you?
Re: SA-MP 0.3z R4 server update -
Zues - 08.10.2014
Thanks for the update! When is the new SAMP update coming btw? Anybody knows?
Re: SA-MP 0.3z R4 server update -
[NS]Noobie - 09.10.2014
Upd its great!
Re: SA-MP 0.3z R4 server update -
YanLanger - 09.10.2014
Thanks a lot Kalcor
Re: SA-MP 0.3z R4 server update -
zwoorelook - 11.10.2014
Thanks for the update!
Re: SA-MP 0.3z R4 server update -
feheristi97 - 12.10.2014
Really was so fast update.. We need more functions in SA-MP.. when you post the new SA-MP client? Okey, I know you don't have too much time for update everytime.. but we need more better functions in SA-MP. Thanks for those updates!
Respuesta: SA-MP 0.3z R4 server update -
AndreLuiz - 13.10.2014
Thanks Kalcor.
Re: SA-MP 0.3z R4 server update -
kr105 - 30.10.2014
Quote:
Originally Posted by long76
please add function Create(Destroy)SearchLight(x,y,z); AttachSearchLightToVehicle(Object)(vehicleid,x,y,z ); and SetTargetSearchLight(x,y,z); Thanks!
|
What is a SearchLight?
Re: SA-MP 0.3z R4 server update -
[HLF]Southclaw - 30.10.2014
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.
Re: SA-MP 0.3z R4 server update -
Mefisto - 31.10.2014
Nice, thanks