[FilterScript] [FS] Admin Pannel [Player Control]
#1

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

Awesome
Reply
#3

Really awesome Admin Panel Etch! :O :O

keep releasing more awesome FS's man :P
Reply
#4

Make Him Killable lol
every word starts uppercase :P
Reply
#5

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
Reply
#6

nice work
Reply
#7

Good job Etch, keep it up!
Reply
#8

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

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

Nice work. i like it actually KEEP IT UP
Reply
#11

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
Reply
#12

Nice job.
Reply
#13

Nice
Reply
#14

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

Код:
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.
Reply
#16

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

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
Reply
#18

I was still on older version of samp
My mistake
Reply
#19

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)
Reply
#20

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


Forum Jump:


Users browsing this thread: 1 Guest(s)