Simple Rules Filterscript by Radi -
tpolis - 07.04.2012
Hello dudes. I made a simple FS /rules command with dialog. Everybody can do that, but that is what people make when they are bored: Simple Stuff...
VERSION: 1.0 FINAL
There will be no other updates for it. Except if you tell me any ideas
.
Credits
Martin Sanchez (Mike_Peterson) for telling me how to make them show on multiple lines.
Do not remove any of credits in .pwn
Link
http://pastebin.com/WPrfMB6t
That's all.
Re: Simple Rules Filterscript by Radi -
kizla - 07.04.2012
It's bad sorry :/
Re: Simple Rules Filterscript by Radi -
captainjohn - 07.04.2012
I'm sorry but what's this.
This is not even a FilterScript.
These rules are not even advanced, anyone can do this.
Here's the code for you guys, save you time clicking on the link.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/rules", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid,1,DIALOG_STYLE_MSGBOX,"Rules", "\n Hello sir. I see you typed /rules. Now be kind enough to read them. \nNO hacks to be used in any way. \nNO flaming or abuse to other people. \nRespect all players and admins. \nDo not spam. \nNO Team Deatmatch. \nAsking for score, money or promotion is FORBIDDEN!","Close","");
return 1;
}
return 0;
}
lol.
Re: Simple Rules Filterscript by Radi -
CJoao - 07.04.2012
Ok, this probably is your first FS...
you need make a big update for this FS turn better
If u need ideas... add Rules for Roleplay servers, for Deathmatch servers ect..
add Admin commads ect..
i go give you rep for motivation!
Re: Simple Rules Filterscript by Radi -
OleKristian95 - 07.04.2012
Even I can make this :P
Re: Simple Rules Filterscript by Radi -
tpolis - 08.04.2012
@captainjohn @OleKristian95 Didn't you saw the comments in the beginning of the .pwn and the beginning of my post? It was clearly stated that everybody can do that.
@kizla No problem.
@CJoao Thank you for the ideas.
Re: Simple Rules Filterscript by Radi -
Reklez - 08.04.2012
5 rep for this [FS]? you kidding me
Post this in useful function (if they will accept it)
Re: Simple Rules Filterscript by Radi -
tpolis - 08.04.2012
Guys, before saying "simple and easy, everybody can do it", look the first two lines in black of my post.
Re: Simple Rules Filterscript by Radi -
Reklez - 08.04.2012
if you bored you can do something like no one has done before or something like a FS that saves or changes something to player/server. not something like this.
What?
Quote:
Originally Posted by tpolis
Credits
Martin Sanchez (Mike_Peterson) for telling me how to make them show on multiple lines.
Do not remove any of credits in .pwn
|
i preffer to use strcat than making multiple lines