Quantcast
Channel: SA-MP Forums - Filterscripts
Viewing all articles
Browse latest Browse all 595

[FilterScript] Anti Car Shooter

$
0
0
Hello there!
Finally I released a system. It's anti car shooter. It won't work 100% but it's useful.

DOWNLOAD PAGE: (.pwn & .amx)
https://github.com/realSina/SAMP-ACS

Instructions:
1_ Copy and paste ACS.pwn and ACS.amx in your SAMP Server Directory/filterscripts/
2_ Add a callback in your gamemode called OnACSDetected(playerid) for example:
PHP Code:

forward OnACSDetected(playerid);
public 
OnACSDetected(playerid)
{
new 
cheater[50];
new 
name[25];
GetPlayerName(playeridnamesizeof(name));
format(cheatersizeof(cheater), "Player %s is car shooting"name);
SendClientMessageToAll(-1cheater);
return 
1;


3_ Done

Viewing all articles
Browse latest Browse all 595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>