SA-MP Forums Archive
[FilterScript] Simple anti drive by for SA-MP 0.3b - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple anti drive by for SA-MP 0.3b (/showthread.php?tid=170281)

Pages: 1 2


Re : Simple anti drive by for SA-MP 0.3b - spiirou - 19.09.2010

Use my version
Quote:
Originally Posted by spiirou
View Post
2nd Optimized version :

Code:
public OnPlayerDeath(playerid, killerid, reason)
{
	if(IsPlayerInAnyVehicle(killerid)) Kick(killerid);
   	return 1;
}



Re: Re : Simple anti drive by for SA-MP 0.3b - Retardedwolf - 19.09.2010

Quote:
Originally Posted by spiirou
View Post
Use my version
What if a person just wants to lower someone's HP then get out and kill? I have seen people like that if they don't to get kicked. Its still called Driveby-ing.


Re: Simple anti drive by for SA-MP 0.3b - wups - 20.09.2010

Quote:
Originally Posted by Las Venturas CNR
Посмотреть сообщение
Bad idea, in my own server, I don't allow DDB, but I constantly look left and right to check my surroundings.
Lots of people besides be do this.
Can you see, that you need to press LOOK left(right) AND KEY_FIRE. AFAIK when you look, you don't need to press mouse1

Quote:
Originally Posted by spiirou
Посмотреть сообщение
Use my version
What if a driver crushes a player?