SA-MP Forums Archive
Please Help Me ! :( - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Please Help Me ! :( (/showthread.php?tid=554268)



Please Help Me ! :( - itachi - 02.01.2015

Hello i need help with kickall on /yournameC (/johnC).
Please i need antikickall on this command.
Thank,


Re: Please Help Me ! :( - Glossy42O - 02.01.2015

Well, you don't request here. You make code, got errors? THEN post here.

And remember ****** is your FRIEND.


Re: Please Help Me ! :( - itachi - 02.01.2015

I dont have same code on this command.
I Think You help me with create this command with Yoz helps.


Re: Please Help Me ! :( - Beckett - 02.01.2015

What? I don't even understand.


Re: Please Help Me ! :( - Glossy42O - 02.01.2015

we don't create for you lol.


Re: Please Help Me ! :( - itachi - 02.01.2015

Please create this anti command for kick all


Re: Please Help Me ! :( - Barnwell - 02.01.2015

pawn Код:
if(!strcmp(cmdtext, "/kickall", true, 8))
{
    for(new i = 0; i < MAX_PLAYERS; i++))
    {
        if(!IsPlayerAdmin(i))
        {
            if(IsPlayerConnected(i))
            {
                SendClientMessageToAll(-1,"All Players Have Been Kicked From The Server By An Admin.");

                Kick(i);

                return 1;
               
            } else return SendClientMessage(playerid,-1,"There Are No Players Connected.");
        }
    }
}



Re: Please Help Me ! :( - Thoma - 02.01.2015

****** is your Friend no one needs to make an command for you when you can make it easily by yourself
not hard to find :P https://sampforum.blast.hk/showthread.php?tid=272670


Re: Please Help Me ! :( - itachi - 02.01.2015

if player write command /hisname + C so kick all player and i want antikickall
( /brainC ,so all player kick).
Please antikickall


Re: Please Help Me ! :( - Thoma - 02.01.2015

*facepalms i declare **Walks out the door**