Jump to content

[REL] C-panel


Recommended Posts

Posted (edited)

C-Panel v3.0

This is a new admin panel called C-Panel, not much more to say, just test it!

Commands:

- Press O : To make visible the c-panel.

- /clearchat : To clear all players chat.

Features

[*] Player info, account name, ip, serial, money, skin, team, position

[*] Player name changer

[*] Mute / UnMute

[*] Kick

[*] Freeze / Unfreeze

[*] Slap

[*] Give jetpack / Remove jetpack

[*] Spectate / Un-Spectate

[*] Jail / Unjail

[*] Kill

[*] Set sky color / Reset Sky color

[*] Bomb to blow players

[*] Burn

[*] Eject driver from car

[*] Zap

[*] Shout at player screen

[*] Give vehicle / Blow vehicle / Destroy vehicle

[*] Admin announce

[*] Clear chat

[*] Set team / Create team

[*] Set Water color / Reset Water color

[*] Bans list

[*] Resources list / Start resource / Stop resource / Restart resource

[*] Unban IP / Unban Serial

[*] Ban IP / Ban Serial

[*] Give weapons

[*] Set money

[*] Resource settings

[*] Report system

Credits to:

- R3mp : For the guieditor.

- Cannonball : For some functions from UserSystem.

- Special thanks to 50p from mta forums for helping me with some features.

- Special thanks to xownage for helping me to make the bans lists.

Enjoy!

installation:

open your acl.xml and add in group "admin" the following line:

Enjoy!

DOWNLOAD:

Click here!

Edited by Guest
Posted
COOL MAN!

CANT WAIT TO USE IT!

thanks :), soon v2.0 is ready :D

I´am Not good in scripting.

i work with: C++ Im making a program called: WEPLAY It's a MP3 player like "Itunes"

That plays music.

Posted
is there any possible to make it with admin panel (all in one) ?

i mean just adding the new features to admin panel to make Ultimate admin panel xD

I wont do this, why? just cause i want to make my own and not just edit lil toady one. i know that the original admin panel is much better than mine but im still learning.

  • 2 weeks later...
Posted
I did.

But how can I login as admin. :?:

lol, do /register password then /login yourpassword and then add that account name to admin group at acl.xml and should work :)

  • 4 months later...
  • 3 months later...
Posted

I've been working on a update for this resource, i have remade most of code and made it easier and less lines, also added/removed/changed some things on it, i would like to know if someone has a suggestion before release it.

Posted

Fix Function Slap (push) :D

No Work with car :shock:

function slap (client, playerSource) 
    local slaped = getPlayerFromName(client) 
    local slaper = getPlayerName(playerSource) 
    local aliveStatus = isPedDead(slaped) 
    if aliveStatus == true then 
        outputChatBox ("#FF0000" ..slaped.. " is already dead.", myPlayer, 0, 0, 0, true) 
        else 
        local x, y, z = getElementVelocity ( slaped ) 
        setElementVelocity ( slaped, x , y, z + 0.3 ) 

Posted

Screenshots of new panel GUI (every function you see is working)

main panel:

mainpanel.png

functions window:

functionswindow.png

functionswindow2.png

vehicle functions window:

vehiclefunctions.png

bans window:

banswindow.png

resources window:

resourceswindow.png

reports window:

reportsystem.png

and to conclude about window:

aboutwindow.png

Posted

Of course, it has those settings:

<settings> 
    <setting name="*report_cmd" value="report" /> 
    <setting name="*report_bind" value="F2" /> 
    <setting name="*panel_bind" value="o" /> 
    <setting name="*panel_cmd" value="cpanel" /> 
   <setting name="*bandurations" value="60,2600,60000,0" 
       friendlyname="Ban durations" 
    group="Durations" 
    examples="20,160,0" 
    desc="Duration list for the ban window. Comma seperated list in seconds. 0 means no duration limit." 
    />   
</settings> 

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...