SA-MP Forums Archive
[FilterScript] WhoAcceptRules v1.0 - 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] WhoAcceptRules v1.0 (/showthread.php?tid=423743)

Pages: 1 2


WhoAcceptRules v1.0 - sheders - 19.03.2013

WHOACCEPTRULES v1.2
https://sampforum.blast.hk/showthread.php?tid=424080





WhoAcceptRules v1.0


Welcome to my new script ''WhoAcceptRules v1.0'' you can read about it down here and look at some pictures.




Quote:
The Rule system work like this , when a player join the game they need to accept the rules or if they not accept they will be auto kicked. The players will need to accept the rules every time they join the game. So if you change some rules so will they see it next time they join.


Pictures:

http://imageshack.us/photo/my-images/266/samp003ni.png/ IT'S LOOK LIKE THIS WHEN YOU JOIN!
http://imageshack.us/photo/my-images/6/samp005cq.png/ WHEN YOU DONT ACCEPT
http://imageshack.us/photo/my-images/843/samp001uz.png/ WHEN YOU ACCEPT




Download:http://www.4shared.com/rar/MkBSUPfO/...Rules_v10.html
Pastebin:http://pastebin.com/hxU05tFU


Credits: Sheders (Scripted) Fezhj(BetaTester) PLEASE DON'T REMOVE THE CREDITS!



Re: WhoAcceptRules v1.0 - sam1929 - 19.03.2013

why you removed it for it may have been something I and all the rest of the samp forms community would like


Re: WhoAcceptRules v1.0 - sheders - 19.03.2013

Quote:
Originally Posted by sam1929
Посмотреть сообщение
why you removed it for it may have been something I and all the rest of the samp forms community would like
I don't know. I added it to my WhoIsAdmin v1.4 I can add it again as a stand alone?


Re: WhoAcceptRules v1.0 - sam1929 - 19.03.2013

if you don't want others useing it then send me the download link in a pm and I well give you 100% credits when I use it or just upload it again your chose


Re: WhoAcceptRules v1.0 - sheders - 19.03.2013

Quote:
Originally Posted by sam1929
Посмотреть сообщение
if you don't want others useing it then send me the download link in a pm and I well give you 100% credits when I use it or just upload it again your chose
I will do it tomorrow: )


Re: WhoAcceptRules v1.0 - TreePuncher - 19.03.2013

This is why you should think twice before creating useless topics throughout this comunity.
Edit: this guy re-uploaded this thing >.<


Re: WhoAcceptRules v1.0 - NinjahZ - 19.03.2013

Please reUpload,I will use this!
I dont need the admin system,I want this though!


Re: WhoAcceptRules v1.0 - Gamer_007 - 20.03.2013

You included this in ur admin script and posted separately too?? wtf?


Re: WhoAcceptRules v1.0 - sheders - 20.03.2013

Quote:
Originally Posted by Gamer_007
View Post
You included this in ur admin script and posted separately too?? wtf?
Yes i posted it here first but then i deleted it. And some here wanted just the rule script so i reuploaded it again.


Re: WhoAcceptRules v1.0 - sheders - 20.03.2013

Quote:
Originally Posted by sam1929
Посмотреть сообщение
if you don't want others useing it then send me the download link in a pm and I well give you 100% credits when I use it or just upload it again your chose
I have reupload it now


Re: WhoAcceptRules v1.0 - Rancherd1998 - 20.03.2013

Zcmd, foreach, dudb and OnPlayerSpawn, you are crazy.


Re: WhoAcceptRules v1.0 - sheders - 20.03.2013

Quote:
Originally Posted by Rancherd1998
View Post
Zcmd, foreach, dudb and OnPlayerSpawn, you are crazy.
Yes when the player spawn so will the rules pop up.....


Re: WhoAcceptRules v1.0 - sam1929 - 20.03.2013

Quote:
Originally Posted by sheders
Посмотреть сообщение
I have reupload it now
thanks soo much for unloading it bro


Re : WhoAcceptRules v1.0 - thegreathom - 20.03.2013

pawn Code:
public OnPlayerSpawn(playerid)
{
    ShowPlayerDialog(playerid,2,DIALOG_STYLE_MSGBOX,"Accept the rules or quit:","*Dont Advertise*\n*Your rules..*","*Accept*","*Quit*");
    return 1;
}
If I am not wrong, each time a guys will spawn he will see this dialog-box, but If some servers (freeroam,tdm) someone can easy spawn-killing when a players read the rules.. so I think it's will be better to add it here :

pawn Code:
public OnPlayerConnect(playerid)
{
    return 1;
}



Re: WhoAcceptRules v1.0 - radiobizza - 20.03.2013

man....it's easy...


Re: Re : WhoAcceptRules v1.0 - sheders - 20.03.2013

Quote:
Originally Posted by thegreathom
View Post
pawn Code:
public OnPlayerSpawn(playerid)
{
    ShowPlayerDialog(playerid,2,DIALOG_STYLE_MSGBOX,"Accept the rules or quit:","*Dont Advertise*\n*Your rules..*","*Accept*","*Quit*");
    return 1;
}
If I am not wrong, each time a guys will spawn he will see this dialog-box, but If some servers (freeroam,tdm) someone can easy spawn-killing when a players read the rules.. so I think it's will be better to add it here :

pawn Code:
public OnPlayerConnect(playerid)
{
    return 1;
}
I thinked that too.


Re: WhoAcceptRules v1.0 - sheders - 20.03.2013

Quote:
Originally Posted by radiobizza
View Post
man....it's easy...
Yes i know it's easy. I didn't say it's hard.


Re: WhoAcceptRules v1.0 - MehranGta - 20.03.2013

I accept!
[nice work!]


Re: WhoAcceptRules v1.0 - sheders - 20.03.2013

Quote:
Originally Posted by MehranGta
View Post
I accept!
[nice work!]
Hehe thank you i have a v1.2 out now.


Re: WhoAcceptRules v1.0 - lean1337 - 23.04.2013

When the player presses quit he wont get the message, nice work anyway.