WhoAcceptRules v1.0 -
sheders - 19.03.2013
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
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
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
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
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
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.