ეს განახლება არის SA-MP server-ების მფლობელებისთვის
If updating from an existing 0.3z server: მფლობელს უკვე შეუძლია მარტივად ჩაანაცვლოს 'samp03svr' ფაილი linux-ზე, ან 'samp-server.exe' ფაილი Windows-ზე.
Important: თუ თქვენს სკრიპტში გამოიყენებთ OnUnoccupiedVehicleUpdate-ს, თქვენ დაგჭირდებათ recompile გეიმმოდზე, ბოლო გამოშვების pawn include-თი, სერვერის გასანახლებლად.
SA-MP 0.3z R4 server
ჩვენ გავითვალისწინეთ მოთამაშეების პრობლემები, რომელიც მოიცავდა მანქანის ჩასაბმელ ტრეილერების სინქრონიზირებულად მოძრაობა მოთამაშის კონტროლის გარეშე.
- სერვერი შეამოწმებს ტრაილერის ჩამბულობის მდგომარეობას მოთამაშის მანქანაზე.
- ახალი სისტემის კოდი:
Code
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.
Code
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.
- მოშორებულ იქნა HTTP debug მესიჯები 0.3z-R3 server-დან.
გადმოწერა:
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