SA-MP Forums Archive
Official Ideas Thread - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Discussion (https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: Official Ideas Thread (/showthread.php?tid=576231)



Official Ideas Thread - Tamer - 02.06.2015

Originally posted by Y_Less http://web.archive.org/web/201305112...d.php?t=427830

Official Ideas Thread

A number of topics have sprung up along the lines of requesting or suggesting general ideas for modes (I actually deleted most of the "I want ideas for my mode" topics). So instead of having them all scattered about and cluttering up Scripting Discussion (there are five pages of topics here and I already think that is quite a lot given the nature of this sub-forum) this is a central server for all the ideas.

Given the general quality of this forum, there are some rules:


Re: Official Ideas Thread - Yashas - 02.06.2015

Since lagcomp feature was introduced in 2013, aimbots have been super accurate. They never used to work before since aimbots weren't smart enough to lagshoot.

Anyway to stop the rise in player's using aimbots, many of us have already made anti-aimbots which till date can detect only proaim.

There are many other aimbots such as aimbot.exe,skin,etc which automatically aims at the player and shoots which makes it hard to detect. In fact we don't have any server-side aimbot detection for this. Its hard for administrators too because they can't tell if it is an aimbot or if it is the player's skill.

If we could get functions which would gives us information regarding mouse movements we can deal with most of the aimbots server-side.

Similar to this suggestion, support could be added to detect keyboard keys. I mean KEY_A,KEY_B,etc not KEY_FIRE,KEY_AIM,etc.

There are other uses of this too.


Re: Official Ideas Thread - JaydenJason - 05.06.2015

Quote:
Originally Posted by Yashas
View Post
Since lagcomp feature was introduced in 2013, aimbots have been super accurate. They never used to work before since aimbots weren't smart enough to lagshoot.

Anyway to stop the rise in player's using aimbots, many of us have already made anti-aimbots which till date can detect only proaim.

There are many other aimbots such as aimbot.exe,skin,etc which automatically aims at the player and shoots which makes it hard to detect. In fact we don't have any server-side aimbot detection for this. Its hard for administrators too because they can't tell if it is an aimbot or if it is the player's skill.

If we could get functions which would gives us information regarding mouse movements we can deal with most of the aimbots server-side.

Similar to this suggestion, support could be added to detect keyboard keys. I mean KEY_A,KEY_B,etc not KEY_FIRE,KEY_AIM,etc.

There are other uses of this too.
this

there are some plugins for it already but they only work on local host i believe


Re: Official Ideas Thread - Yashas - 06.06.2015

Obviously they would work only on localhost if there were such a plugin because there is no way you can get to know what a player in a different computer pressed until SAMP informs you about it.(SAMP is doing all the networking stuff)