06.12.2018, 13:50
Thank you!
It does not help, they fake versions with the help of cheats.
This can be done even through a simple hex editor... |
As a temporary solution you can use the Pawn.Raknet plugin along with these fixes:
https://github.com/urShadow/Pawn.Rak...ied%22-crasher https://github.com/urShadow/Pawn.Rak...aimZ-invisible That will address the most critical issues on a server-level. |
- More checks in the client for bad data (unoccupied sync, character aiming up/down)
|
Now players from different versions see everything in different ways, how can I fix and make it so that for all for all textdraw players look normal?
|
#define GTA_SA_WIDTH 640.0 #define GTA_SA_HEIGHT 448.0 stock AR_Calc(aspect_ratio_width, aspect_ratio_height, Float:x, Float:size_x, bool:centered_sprite, &Float:result_x, &Float:result_size_x) { size_x *= floatmul(floatdiv(float(aspect_ratio_height), float(aspect_ratio_width)), floatdiv(GTA_SA_WIDTH, GTA_SA_HEIGHT)); if(centered_sprite) x -= size_x / 2; result_x = x; result_size_x = size_x; return 1; }
new Float:td_pos_x = 100.0, Float:td_size_x = 50.0, Float:new_td_pos_x, Float:new_td_size_x; AR_Calc(16, 9, td_pos_x, td_size_x, false, new_td_pos_x, new_td_size_x); TextDrawCreate(new_td_pos_x, y, "box"); TextDrawTextSize(td, new_td_size_x, size_y);
My friend found how to download the Client SA-MP on the website
on the website the r2 version but if the links to write so I\'ll go jump in sa-mp 0.3.7-R3 and if the link to r3 write it will start to download http://files.sa-mp.com/sa-mp-0.3.7-R3-install.exe |