Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- public OnFilterScriptInit()
- {
- print("\n--------------------------------------");
- print(" Anti Drive-BY by BlackHorse");
- print("--------------------------------------\n");
- return 1;
- }
- public OnPlayerDeath(playerid, killerid, reason)
- {
- new playerState = GetPlayerState(killerid);
- if (playerState == PLAYER_STATE_DRIVER)
- {
- GameTextForPlayer(playerid, "You used driveby to kill player.BYE!", 3000, 2);
- Kick(playerid);
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement