[FilterScript] Trolling System
#12

Instead of sending the DEFAULT error message you can just return 0, and it will send the message accordingly.


Example:

Before:
pawn Code:
if(!IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1, "SERVER: Unknown command.");
After:
pawn Code:
if(!IsPlayerAdmin(playerid)) return 0;
Reply


Messages In This Thread
Trolling System(v3.0) - by TheSimpleGuy - 12.05.2014, 07:23
Re: Trolling System - by iSkate - 12.05.2014, 08:33
Re: Trolling System - by TheSimpleGuy - 12.05.2014, 10:28
Re: Trolling System - by Omar55555 - 12.05.2014, 12:35
Re: Trolling System - by TheSimpleGuy - 12.05.2014, 13:08
Re: Trolling System - by rockhopper - 12.05.2014, 13:34
Re: Trolling System - by HuntingMan - 12.05.2014, 14:19
Re: Trolling System - by TheSimpleGuy - 12.05.2014, 14:58
Re: Trolling System - by satafinix - 18.05.2014, 22:21
Re: Trolling System - by ZachKnoxx - 18.05.2014, 22:26
Re: Trolling System - by TheSimpleGuy - 19.05.2014, 06:59
Re: Trolling System - by Abagail - 19.05.2014, 18:03
Re: Trolling System - by TheSimpleGuy - 20.05.2014, 12:04
Re: Trolling System - by TheSimpleGuy - 25.05.2014, 09:14
Re: Trolling System - by TheCVT - 03.07.2014, 13:41
Re: Trolling System - by MafiaZ - 09.10.2014, 11:12

Forum Jump:


Users browsing this thread: 5 Guest(s)