CJ Admin 2.0 | 0.3 Ready | The 'CJ' Admin System
#1

Today i finished up doing some work on this and i decided to release a newer version. It's 0.3 ready and includes some nifty 0.3 features like drunk level and fighting style saving!

0.3 Features:
- Drunk Level Saving, come back into server and still drunk!
- Set your Chat Bubble with the /cb command.
- Fighting Style Saving, see /fstyles. When player returns his fighting style returns!
- Bot's will not be banned

Old Features are still there!
-AntiCheat (Detects most hacks/cheats)

Commands For Players
/stats, /admins, /report, /sober, /fstyles, /cb

Commands For Admins
Level 1: /mute, /unmute, /countdown, /freeze, /unfreeze, /info, /ban, /kick
Level 2: /mute, /unmute, /countdown, /freeze, /unfreeze, /info, /ban, /kick, /settime, /goto, /gethere,/setinterior, /setdrunklevel
Level 3:/mute, /unmute, /countdown, /freeze, /unfreeze, /info, /ban, /kick, /settime, /goto, /gethere, /explode, /announce, /setscore, /setwantedlevel, /setcash, /giveallcash, /giveweapon, /giveallweapon, /setinterior, /setdrunklevel
Level 4:/mute, /unmute, /countdown, /freeze, /unfreeze, /info, /ban, /kick, /settime, /goto, /gethere, /setinterior, /explode, /announce, /setscore, /setwantedlevel, /setcash, /giveallcash, /giveweapon, /giveallweapon, /sethealth, /reloadbans, /setdrunklevel
Level 5:/mute, /unmute, /countdown, /freeze, /unfreeze, /info, /ban, /kick, /settime, /goto, /gethere, /level, /gmx, /setinterior, /announce, /setscore, /setwantedlevel, /setcash, /giveallcash, /giveweapon, /giveallweapon, /sethealth, /reloadbans, /explode, /setdrunklevel

To Make yourself admin, login to rcon and type /rconadmin !

Download (MediaFire)
Download Link 2 (UploadFFS)
Pastebin

All links fixed.
Reply
#2

Paste bin link?
http://pastebin.com/m69613768

Maybe add in "Anti-cheat~ Health and Weapon Hacks."
Reply
#3

Anticheat just wasnt written in 'features'.. its there!

Thx for pastebin
Reply
#4

It seems nice, good work.
Reply
#5

Really nice release, good work.
Reply
#6

Nice, loads commands i see :^)
This is what i called a detailed admin script.
Reply
#7

Lines: 1123-1137. Double /stats command
Reply
#8

Does it has a stat saver? (:
Reply
#9

Looks really nice
Reply
#10

Quote:
Originally Posted by Nameless303
Does it has a stat saver? (:
Yes..

If your drunk and you leave the server you come back drunk
Reply
#11

Where's LethaL's credit.
Reply
#12

Quote:
Originally Posted by CJ101
Quote:
Originally Posted by Nameless303
Does it has a stat saver? (:
Yes..

If your drunk and you leave the server you come back drunk
But score and money saving?

Btw I'm installing it ATM (Looks good ^^)
Reply
#13

Quote:
Originally Posted by Nameless303
Quote:
Originally Posted by CJ101
Quote:
Originally Posted by Nameless303
Does it has a stat saver? (:
Yes..

If your drunk and you leave the server you come back drunk
But score and money saving?

Btw I'm installing it ATM (Looks good ^^)
Saves score, kills, deaths, admin level, money, drunk level and fighting style.
Reply
#14

Quote:
Originally Posted by CJ101
Quote:
Originally Posted by Nameless303
Quote:
Originally Posted by CJ101
Quote:
Originally Posted by Nameless303
Does it has a stat saver? (:
Yes..

If your drunk and you leave the server you come back drunk
But score and money saving?

Btw I'm installing it ATM (Looks good ^^)
Saves score, kills, deaths, admin level, money, drunk level and fighting style.
Oooh! Nice
Reply
#15

and where do i add this to inside filter scripts and do i add anything to the server.cfg?
Reply
#16

Add cjadmin.pwn and cjadmin.amx to filterscripts.

Add the dini, dudb, and dutils to /pawno/include.

In server.cfg, add cjadmin on the filterscripts line.
Reply
#17

here is the errors i get

Код:
C:\gameservers\dev-samp\dev2\pawno\filescripts\adminandregistraton.pwn(1) : error 010: invalid function or declaration
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(22) : error 017: undefined symbol "MAX_PLAYERS"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(213) : error 017: undefined symbol "fexist"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(234) : error 017: undefined symbol "fopen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(234) : warning 213: tag mismatch
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(235) : error 017: undefined symbol "fopen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(235) : warning 213: tag mismatch
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(237) : error 017: undefined symbol "fread"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(239) : error 017: undefined symbol "format"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(239) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(239) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(239) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(240) : error 017: undefined symbol "fwrite"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(242) : error 017: undefined symbol "fclose"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(243) : error 017: undefined symbol "fclose"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(235) : warning 204: symbol is assigned a value that is never used: "nhnd"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(234) : warning 204: symbol is assigned a value that is never used: "ohnd"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(269) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(288) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(289) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(289) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(342) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(356) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(357) : error 017: undefined symbol "strcmp"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(355) : warning 203: symbol is never used: "ignorecase"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(368) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(431) : error 017: undefined symbol "format"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(431) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(431) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(431) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(432) : error 017: undefined symbol "strfind"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(435) : error 017: undefined symbol "strcat"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(436) : error 017: undefined symbol "strcat"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(437) : error 017: undefined symbol "format"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(437) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(437) : warning 202: number of arguments does not match definition
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(437) : error 017: undefined symbol "strlen"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(438) : error 017: undefined symbol "strfind"
C:\gameservers\dev-samp\dev2\pawno\include\dutils.inc(440) : error 017: undefined symbol "strcat"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


26 Errors.
and i do have the dini, dudb, and dutils where it needs to be
any way to fix this

thanks
milo
Reply
#18

nice
Reply
#19

very Nice script
Reply
#20

niiiiiiiice.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)