[FilterScript] Simple Rules Filterscript by Radi
#1

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.
Reply
#2

It's bad sorry :/
Reply
#3

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.
Reply
#4

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!
Reply
#5

Even I can make this :P
Reply
#6

@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.
Reply
#7

5 rep for this [FS]? you kidding me

Post this in useful function (if they will accept it)
Reply
#8

Guys, before saying "simple and easy, everybody can do it", look the first two lines in black of my post.
Reply
#9

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)