Jump to content

[REL] C-panel


Recommended Posts

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
Link to comment
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.

Link to comment
  • 2 weeks later...
  • 4 months later...
  • 3 months later...

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 ) 

Link to comment

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> 

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

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