SA-MP Forums Archive
[FilterScript] [FS] Admin Pannel [Player Control] - 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] [FS] Admin Pannel [Player Control] (/showthread.php?tid=149959)

Pages: 1 2


[FS] Admin Pannel [Player Control] - aircombat - 24.05.2010

Info :
Lines : 508
Version : 0.1
================================================== ========================================
Functions :
Just Login Into Rcon Then Press "Tab" Then Double Click On Any Player , Then A Dialog Will Appear With Those Options :
Код:
Ban
Kick
Kill
Slap
Explode
Go to Player
Get The Player
Mute
Unmute
Jail
Unjail
Make Him Unkillable
Make Him Killable
Set Skin
Set Health
Set Armour
================================================== ========================================
Download :
Pwn + Amx :
================================================== ========================================
Instructions :
1 Put AP.pwn and AP.amx In Filterscripts Folder
2 Go To Server Cfg and beside filterscripts line add : AP
================================================== ========================================
Screenshots :

================================================== ========================================
Special Credits To :
ViruZZzZ_ChiLLL >> Beta Tester & Gave Me Jail Position
Ian >> Beta Tester


Re: [FS] Admin Pannel [Player Control] - IanDaCJ - 24.05.2010

Awesome


Re: [FS] Admin Pannel [Player Control] - ViruZZzZ_ChiLLL - 24.05.2010

Really awesome Admin Panel Etch! :O :O

keep releasing more awesome FS's man :P


Re: [FS] Admin Pannel [Player Control] - Kurence - 24.05.2010

Make Him Killable lol
every word starts uppercase :P


Re: [FS] Admin Pannel [Player Control] - aircombat - 24.05.2010

Quote:
Originally Posted by IanDaCJ
Awesome
Quote:
Originally Posted by ViruZZzZ_ChiLLL
Really awesome Admin Panel Etch! :O :O

keep releasing more awesome FS's man :P
Thnx Guys


Quote:
Originally Posted by Kurence
Make Him Killable lol
every word starts uppercase :P
I Like The Order xD


Re: [FS] Admin Pannel [Player Control] - XRVX - 24.05.2010

nice work


Re: [FS] Admin Pannel [Player Control] - [MWR]Blood - 24.05.2010

Good job Etch, keep it up!


Re: [FS] Admin Pannel [Player Control] - Hiddos - 24.05.2010

Good for lazy admins. Remembers me of the fact that I also made something like it ^^


Re: [FS] Admin Pannel [Player Control] - v0nz - 24.05.2010

Ahh, looks nice if you can't remember the commands lol.


Re: [FS] Admin Pannel [Player Control] - park4bmx - 24.05.2010

Nice work. i like it actually KEEP IT UP


Re: [FS] Admin Pannel [Player Control] - aircombat - 25.05.2010

Quote:
Originally Posted by XRVX
nice work
Quote:
Originally Posted by ikarus❶❸❸❼
Good job Etch, keep it up!
Quote:
Originally Posted by Hiddos
Good for lazy admins. Remembers me of the fact that I also made something like it ^^
Quote:
Originally Posted by v0nzz
Ahh, looks nice if you can't remember the commands lol.
Quote:
Originally Posted by park4bmx
Nice work. i like it actually KEEP IT UP
thnx guys


Re: [FS] Admin Pannel [Player Control] - Mr L - 26.05.2010

Nice job.


Re: [FS] Admin Pannel [Player Control] - hab2ever - 26.05.2010

Nice


Re: [FS] Admin Pannel [Player Control] - IanDaCJ - 26.05.2010

Quote:
Originally Posted by The[MaykoX
]
Nice FS etch. Keep releasing cool stuff :P Soon you'll be like Seif_
he already is (y)


Re: [FS] Admin Pannel [Player Control] - lameguy - 26.05.2010

Код:
if(IsPlayerAdmin(playerid))
	{
		new string[300];
		format(string,sizeof(string),"Ban\nKick\nKill\nSlap\nExplode\nGo to Player\nGet The Player\nMute\nUnmute\nJail\nUnjail\nMake Him Unkillable\nMake Him Killable\nSet Skin\nSet Health\nSet Armour");
		ShowPlayerDialog(playerid,apdialog,DIALOG_STYLE_LIST,"Choose An Option",string,"Use","Cancel");
		ChosenPlayer[playerid] = clickedplayerid;
	}
It is impossible to create such a big string as 300 since 255 or 256 is the max string and string size of 163 would be big enough.

But if i forget that, the script seems pretty good.



Re: [FS] Admin Pannel [Player Control] - !CryWolf - 26.05.2010

Nice Idea, Thanks.
I'm thinking to script a full admin system using dialogs!


Re: [FS] Admin Pannel [Player Control] - aircombat - 26.05.2010

Quote:
Originally Posted by Johnson_boy
Код:
if(IsPlayerAdmin(playerid))
	{
		new string[300];
		format(string,sizeof(string),"Ban\nKick\nKill\nSlap\nExplode\nGo to Player\nGet The Player\nMute\nUnmute\nJail\nUnjail\nMake Him Unkillable\nMake Him Killable\nSet Skin\nSet Health\nSet Armour");
		ShowPlayerDialog(playerid,apdialog,DIALOG_STYLE_LIST,"Choose An Option",string,"Use","Cancel");
		ChosenPlayer[playerid] = clickedplayerid;
	}
It is impossible to create such a big string as 300 since 255 or 256 is the max string and string size of 163 would be big enough.

But if i forget that, the script seems pretty good.
the dialog is too big 256 is not big enough so i tried 300 and it worked


Re: [FS] Admin Pannel [Player Control] - lameguy - 26.05.2010

I was still on older version of samp
My mistake


Re: [FS] Admin Pannel [Player Control] - aircombat - 27.05.2010

Quote:
Originally Posted by Johnson_boy
I was still on older version of samp
My mistake
no problem

Quote:
Originally Posted by !CryWolf
Nice Idea, Thanks.
I'm thinking to script a full admin system using dialogs!
nice , btw u stole my idea xD (joking)


Re: [FS] Admin Pannel [Player Control] - shady91 - 27.05.2010

Not bad Etch ❽ H Nice to see some Great work from you.