SA-MP Forums Archive
[FilterScript] Advanced Command Center - 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] Advanced Command Center (/showthread.php?tid=403958)



Advanced Command Center - DJTunes - 01.01.2013

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


Re: Advanced Command Center - DJTunes - 01.01.2013

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)


Re: Advanced Command Center - DiGiTaL_AnGeL - 01.01.2013

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


Re: Advanced Command Center - RedCrossER - 01.01.2013

Make and release a Filterscript which is really useful


Re: Advanced Command Center - InfiniTy. - 01.01.2013

So where's the "advanced" ?


Re: Advanced Command Center - Mr.Anonymous - 01.01.2013

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" ?



Re: Advanced Command Center - navroopsingh - 01.01.2013

Yep, Thats true!


Re: Advanced Command Center - jaami - 01.01.2013

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


Re: Advanced Command Center - InfiniTy. - 01.01.2013

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


Re: Advanced Command Center - DJTunes - 01.01.2013

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.