SA-MP Forums Archive
[Include] RKickEx - Kick a user with Reason + saving KickEx.txt! - 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)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] RKickEx - Kick a user with Reason + saving KickEx.txt! (/showthread.php?tid=323836)



RKickEx - Kick a user with Reason + saving KickEx.txt! - Reklez - 07.03.2012

RKickEx - Kick a user with Reason + saving KickEx.txt

---------------

RKickEx is a simple inc. that contains KickEx func. This is commonly beginner scripters needed.
like Kick func. it kicks the player this time with Reason and it saves as KickEx.txt in scriptfiles.

What it does do?

Just like i said before it kicks a player just like Kick(playerid); however this func has Reason unlike Kick(playerid); + when KickEx is use ex.

pawn Код:
CMD:kickme(playerid, params[])
{
     KickEx(playerid, "Request");
     return 1;
}
in scriptfiles/KickEx.txt it would be like this

Код:
[Date/Month/Year]: PlayerName has been kicked | Reason: Request
this is what it does like

pawn Код:
KickEx(playerid, const reason[]);
Example of uses:

it can be use for

• /kick command
• Anticheat System
• And many more!

What it support?:

it support

• New Line
• Saves Day/Month/Year
• Saves Reason and Players Name

---------------

Want it? Want to try? try it!

Downloadlink:

Pastebin
Mediafire

Bugs?:

Did you notice some bugs? PM me if you notice one and i will fix it!

Attachment (Only for Registered Members):


Re: RKickEx - Kick a user with Reason + saving KickEx.txt! - AlTy - 10.03.2012

Very good! Keep it up


Re: RKickEx - Kick a user with Reason + saving KickEx.txt! - Reklez - 10.03.2012

Quote:
Originally Posted by AlTy
Посмотреть сообщение
Very good! Keep it up
Thanks bro