SA-MP Forums Archive
SA-MP 0.3z R4 server update - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP (https://sampforum.blast.hk/forumdisplay.php?fid=3)
+--- Forum: News and Updates (https://sampforum.blast.hk/forumdisplay.php?fid=74)
+--- Thread: SA-MP 0.3z R4 server update (/showthread.php?tid=531302)

Pages: 1 2 3 4 5 6 7 8 9


SA-MP 0.3z R4 server update - Kalcor - 12.08.2014

This update is for SA-MP server owners only

If updating from an existing 0.3z server: you can update simply by replacing the 'samp03svr' file on linux, or 'samp-server.exe' file on Windows, found in the 0.3z server download package.

Important: If your script uses the OnUnoccupiedVehicleUpdate callback, you will need to recompile your scripts with the latest pawn includes to use this server update.

SA-MP 0.3z R4 server

We received some reports that players might be able to use the vehicle trailer syncing in order to move vehicles around on the server without being in control of them.

- Additional sanity checks have been added to the trailer validation on the server.
- A new callback is added to identify players updating their vehicle's trailers:

pawn Код:
public OnTrailerUpdate(playerid, vehicleid);
// playerid is the player who sent a trailer update. vehicleid is the trailer being updated.
// Returning 0 to this function will stop the trailer update being sent to other players on the server. The trailer's position will still be updated internally on the server.
- The OnUnoccupiedVehicleUpdate is updated to include the new velocity of the vehicle updated.

pawn Код:
public OnUnoccupiedVehicleUpdate(vehicleid, playerid, passenger_seat, Float:new_x, Float:new_y, Float:new_z, Float:vel_x, Float:vel_y, Float:vel_z);
// If your script uses this callback, you will need to update this definition and recompile your scripts to use the 0.3z-R4 server.
- Removes script HTTP debug messages left in the 0.3z-R3 server.

Downloads:

SA-MP 0.3z R4 Linux Server: http://files.sa-mp.com/samp03zsvr_R4.tar.gz
SA-MP 0.3z R4 Windows Server: http://files.sa-mp.com/samp03z_svr_R4_win32.zip
SA-MP 0.3z R4 Linux Server (1000 max player): http://files.sa-mp.com/samp03zsvr_R4-1000p.tar.gz


Respuesta: SA-MP 0.3z R4 server update - Swedky - 12.08.2014

Ty Kalcor!


Re: SA-MP 0.3z R4 server update - SW1FTmeister - 12.08.2014

Thanks, fast update!

PS: Remove the ";" from the callbacks as it can confuse the newer scripters.


Respuesta: SA-MP 0.3z R4 server update - EduGTA - 12.08.2014

Thanks a lot!


Re: SA-MP 0.3z R4 server update - davve95 - 12.08.2014

Thanks for the update!


Re: SA-MP 0.3z R4 server update - nickdodd25 - 12.08.2014

Oh nice i recently had issues with syncing trailers with players and OnTrailerUpdate should come in handy.

Also what about adding vehicle angle to OnUnoccupiedVehicleUpdate?


Respuesta: SA-MP 0.3z R4 server update - Miguel_Leopold - 12.08.2014

Thanks a lot.
Also some players use Vehicle Sync Update on vehicles drive by other users to confuse some anticheats.


Re: SA-MP 0.3z R4 server update - Unrea1 - 12.08.2014

Awesome. Thanks Kalcor.


Re: SA-MP 0.3z R4 server update - Luis- - 12.08.2014

Nice one Kalcor.


Re: SA-MP 0.3z R4 server update - MehranGta - 12.08.2014

Nice release Kalcor.


Re: SA-MP 0.3z R4 server update - JonasGabriel - 12.08.2014

Thanks, Release Kalcor


Re: SA-MP 0.3z R4 server update - Don_Cage - 12.08.2014

Thanks!


Re: SA-MP 0.3z R4 server update - brent94 - 12.08.2014

Thanks for the update!


Re: SA-MP 0.3z R4 server update - Igorek - 12.08.2014

Good Update / Обнова хрень.


Re: SA-MP 0.3z R4 server update - Kar - 12.08.2014

I\'M LOVING THE TRAILER CALLBACK.


Re: SA-MP 0.3z R4 server update - OKStyle - 12.08.2014

Nice update of Unoccupied Vehicle.


Re: SA-MP 0.3z R4 server update - PT - 12.08.2014

nice update, i like the new params for the OnUnoccupiedVehicleUpdate


Re: SA-MP 0.3z R4 server update - KubiPL - 12.08.2014

Nice, thanks!


Re: SA-MP 0.3z R4 server update - georJik - 12.08.2014

Thanks


Re: SA-MP 0.3z R4 server update - AzaMx - 12.08.2014

Nice, thank you for the updates