SA-MP 0.3.7 R3 client update (optional)
#21

Thank you!
Reply
#22

I\'ve noticed that this is fixed in this update as well, but isn\'t mentioned.

EDIT:

Anyone that wants to check their code for textdraws using colors with alpha values, see this.
Reply
#23

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
Reply
#24

Good job, Kalcor - nice work!

We are waiting for the new version of SA-MP
Reply
#25

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?

Reply
#26

Quote:
Originally Posted by Romz
View Post
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.
Reply
#27

Quote:
Originally Posted by Zhao
View Post
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.
I already use it ...
Reply
#28

Quote:
Originally Posted by Kalcor
View Post
- More checks in the client for bad data (unoccupied sync, character aiming up/down)
If this is built-in protection against "Unoccupied crasher" and "Invalid Aim Z" - thanks a lot!


btw, could you add it to the download section? Most players will not see this release if it is only on this forum in this topic.

Reply
#29

Thanks, it\'s appreciated
Reply
#30

Great job! This is even better!
Reply
#31

Nice, 0.3DL when will you update?
Reply
#32

Not bad.
Reply
#33

Nice!
Reply
#34

Quote:
Originally Posted by Romz
View Post
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?

You can use this for sprites and box textdraws:
Code:
#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;
}
For example:
Code:
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);
The white circle is made without using the function and black is made using the function.
Reply
#35

userid, on a different version of the client will be different
Romz, GetPlayerVersion
Kalcor, need a function change of type radar
Reply
#36

Quote:
Originally Posted by m1n1vv
View Post
GetPlayerVersion
It does not work properly. Any cheater can change the text that this function returns.

Reply
#37

Quote:
Originally Posted by Romz
View Post
It does not work properly. Any cheater can change the text that this function returns.

If the rest of your players are using 0.3.7-R3, though, it doesn\'t matter about the hackers because they won\'t be able to crash the rest of your players who\'re using R3.
Reply
#38

Quote:
Originally Posted by Temaminsky
View Post
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
Well done. I don’t think anybody knew about that.. *sarcasm*
Reply
#39

Quote:
Originally Posted by Cena44
Посмотреть сообщение
respect for keepong this shit updated
respect for having you into this shit


ot:
thanks for this update, don't forget to update sa-mp.com
Reply
#40

Cool!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)