Castillo Posted June 9, 2010 Share Posted June 9, 2010 (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 May 23, 2011 by Guest Link to comment
NotAvailable Posted June 9, 2010 Share Posted June 9, 2010 COOL MAN! CANT WAIT TO USE IT! Link to comment
Castillo Posted June 11, 2010 Author Share Posted June 11, 2010 COOL MAN! CANT WAIT TO USE IT! thanks , soon v2.0 is ready Link to comment
NotAvailable Posted June 11, 2010 Share Posted June 11, 2010 COOL MAN! CANT WAIT TO USE IT! thanks , soon v2.0 is ready 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. Link to comment
solidsnake Posted June 12, 2010 Share Posted June 12, 2010 Great ... whats new in v2.0 Link to comment
Castillo Posted June 14, 2010 Author Share Posted June 14, 2010 Great ... whats new in v2.0 a complete new gui and more functions. Link to comment
solidsnake Posted June 14, 2010 Share Posted June 14, 2010 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 Link to comment
Castillo Posted June 14, 2010 Author Share Posted June 14, 2010 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 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
Larossentinel Posted June 25, 2010 Share Posted June 25, 2010 where can I put c-panel. Is that for mta 1.0.3 or other version Link to comment
Castillo Posted June 25, 2010 Author Share Posted June 25, 2010 put in the resources folder at your server directory, is for any version of 1.0 Link to comment
Larossentinel Posted June 27, 2010 Share Posted June 27, 2010 I did but cant open C panel I is error Link to comment
Castillo Posted June 28, 2010 Author Share Posted June 28, 2010 I didbut cant open C panel I is error Did u added to acl and then when u in-game loged in as admin and then press O? Link to comment
Larossentinel Posted June 28, 2010 Share Posted June 28, 2010 I did. But how can I login as admin. Link to comment
Castillo Posted June 28, 2010 Author Share Posted June 28, 2010 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 Link to comment
Larossentinel Posted June 29, 2010 Share Posted June 29, 2010 This is my acl.xml.Now where can I pute my username and password Link to comment
Xierra Posted June 29, 2010 Share Posted June 29, 2010 simple! add a new line below those, and add this: Example: Then you will be said as admin, if you login with this account. Link to comment
Larossentinel Posted June 30, 2010 Share Posted June 30, 2010 tnx all.Now I have C-panel and admin panel. Link to comment
Castillo Posted February 8, 2011 Author Share Posted February 8, 2011 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. Link to comment
HunT Posted February 8, 2011 Share Posted February 8, 2011 Fix Function Slap (push) No Work with car 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
Castillo Posted February 9, 2011 Author Share Posted February 9, 2011 If you wanted me to add that, you should have asked it, the "slap" function was made to slap players not vehicles. Link to comment
HunT Posted February 9, 2011 Share Posted February 9, 2011 ok is for ped.give me version for vehicle pliz Link to comment
Castillo Posted February 9, 2011 Author Share Posted February 9, 2011 Screenshots of new panel GUI (every function you see is working) main panel: functions window: vehicle functions window: bans window: resources window: reports window: and to conclude about window: Link to comment
Castillo Posted February 9, 2011 Author Share Posted February 9, 2011 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
Recommended Posts