[FilterScript] Advanced Command Center
#1

Advanced Commands
------------------------------------------
Release: Filterscript
Description: Advanced Commands will enable you to use many commands as this filterscript developes
------------------------------------------
Introduction:
Hello guys, DJTunes here with another filterscript. I've been releasing many filterscripts for the past few weeks. I'm not going to stop now, so I'm releasing another one! This filterscript allows you to use many commands which will be defined in the commands section.

Credits:
- Scripter = DJTunes

Development:
Yes, I know that as of Version 1.0 there is only 2 commands which will be defined in the "Commands" section. As the versions continue (which they will), I'll be adding additional commands every new version release. Don't think I'm done yet, because I've got a bunch of ideas on what I'm going to plan on adding.

Future Version Features:
I plan on adding:
=> /Respawnme Command | (Respawns the player who typed this command)
=> /Banme Command | (Bans the player who typed this command)
=> /Muteme Command | (Mutes the player who typed this command)
=> And More to come

Commands:
/killme | (Kills the player who had typed this command)
/kickme | (Kicks the player who had typed this command)

Version 1.0 PWN Paste
Pastebin: http://pastebin.com/mD2B0tvW
Reply
#2

Updates that will be featured in the next version so far:
- /banme | (Bans the player who had typed this command)
- /repair | (Repairs the player's vehicle who had typed this command)
Reply
#3

Why would anyone want to ban himself? Sorry, but this FS is totally useless...
Reply
#4

Make and release a Filterscript which is really useful
Reply
#5

So where's the "advanced" ?
Reply
#6

pawn Код:
if(strcmp(cmdtext, "/kickme", true) == 0)
{
        //This command will kick the player who enters this command
        Kick(playerid);
        return 1;
}
Quote:
Originally Posted by Adytza.
Посмотреть сообщение
So where's the "advanced" ?
Reply
#7

Yep, Thats true!
Reply
#8

I agree. This script is useless. Banning yourself is like "WTF" Are you D***
Reply
#9

Quote:
Originally Posted by Mr.Anonymous
Посмотреть сообщение
pawn Код:
if(strcmp(cmdtext, "/kickme", true) == 0)
{
        //This command will kick the player who enters this command
        Kick(playerid);
        return 1;
}
Damn .. i didn't even know how to do that
Reply
#10

Guys, I'm a basic scripter.
Plus, it's still being worked on.
Why would anyone want to kick them self? Because what if a user gets glitched, and there's no way to kill them self, or re-spawn?

Why would anyone want to ban them self? I don't know.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)