SA-MP Forums Archive
[FilterScript] AdminCommands by Eymeric69 - 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] AdminCommands by Eymeric69 (/showthread.php?tid=608473)



AdminCommands by Eymeric69 V1.2 - Eymeric69 - 01.06.2016

Hello everybody !

Im happy to show you my first filterscript on SA:MP pawno ! (RCON ONLY) [I'M A BEGINNER]

Special Credits To:

- SampTeam for a_samp.
- Yashas for IZCMD.
- maddinat0r for sscanf2.

It contains what?
Код:
/muter /unmuter /ban /kick /givemoney /removeweapon /godmodeon /godmodeoff 
/clearchat /dutyadmin /dutyadmin /version /jetpack /heal /kill
Forgets & Bugs
Код:
in /version forget to change the version in 1.1
Changelogs

Код:
V1.1 :
Translate some sentences in the ENG version.
I also remove lines because they are useless.
I also placed (!IsPlayerAdmin(playerid)) before (!IsPlayerConnected(cibleid)) or (!IsPlayerConnected(playerid))

V1.2 :
Added 3 news command in the script
Added (!IsPlayerConnected(playerid)) before (!IsPlayerAdmin(playerid))
Downloads
V1.0 :
AdminCommands ENG
AdminCommands FR
Pastebin ENG
Pastebin FR

V1.1 :
AdminCommands ENG
AdminCommands FR
Pastebin ENG
Pastebin FR

V1.2
AdminCommands ENG
AdminCommands FR
Pastebin ENG
Pastebin FR



Re: AdminCommands by Eymeric69 - Mijata - 01.06.2016

Cool keep it up.


Re: AdminCommands by Eymeric69 - Eymeric69 - 02.06.2016

thank you
Edit : V1.1 Out ! check the changelogs !


Re: AdminCommands by Eymeric69 - Roozevelt - 03.06.2016

Nice you could add some others features such /spec /kill /killall /deletestats


Re: AdminCommands by Eymeric69 - Eymeric69 - 03.06.2016

yes i'm in project to add /jail /unjail to.


Re: AdminCommands by Eymeric69 - Dolf - 04.06.2016

Nice work for a beginner! Keep it up.


Re: AdminCommands by Eymeric69 - Eymeric69 - 04.06.2016

thank you


Re: AdminCommands by Eymeric69 - Eymeric69 - 04.06.2016

v1.2 out check it out !


Re: AdminCommands by Eymeric69 - TwinkiDaBoss - 04.06.2016

Its nice just translate all sentences into English.

and also
PHP код:
if(!IsPlayerConnected(playerid)) return SendClientMessage(playeridCOULEUR_ROUGE"[ERROR] You are not connected.."); 
You don't need that, how could someone write a message if he ain't connected

Altho, good work.


Re: AdminCommands by Eymeric69 - Eymeric69 - 04.06.2016

Quote:
Originally Posted by TwinkiDaBoss
Посмотреть сообщение
Its nice just translate all sentences into English.

and also
PHP код:
if(!IsPlayerConnected(playerid)) return SendClientMessage(playeridCOULEUR_ROUGE"[ERROR] You are not connected.."); 
You don't need that, how could someone write a message if he ain't connected

Altho, good work.
thank you and i will check out that.