Vice City: Multiplayer

Server Development => Community Plugins => Topic started by: ysc3839 on Mar 21, 2015, 10:11 AM

Title: [Deprecated] AdminCommands Plugin
Post by: ysc3839 on Mar 21, 2015, 10:11 AM
Set password in server.cfg.
Example:adminpass test
Type /admin login password in game to login!

Commands list:
/admin clientmessage <PlayerID> <Msg>
/admin gamemessage <PlayerID> <Type> <Msg>
/admin maxplayers <Max>
/admin settimerate <TimeRate>
/admin sethr <Hour>
/admin setmin <Minute>
/admin setweather <Weather>
/admin setgravity <Gravity>
/admin setgamespeed <Gamespeed>
/admin setwaterlevel <WaterLevel>
/admin setmaxheight <MaxHeight>
/admin setkillcmddelay <KillCmdDelay>
/admin setvehiclesforcedrespawnheight <VehiclesForcedRespawnHeight>
/admin setadmin <PlayerID> <IsAdmin>
/admin setplrworld <PlayerID> <WorldID>
/admin setplrname <PlayerID> <Name>
/admin setplrteam <PlayerID> <TeamID>
/admin setplrskin <PlayerID> <SkinID>
/admin setplrcolor <PlayerID> <Color>
/admin forceplrspawn <PlayerID>
/admin setplrmoney <PlayerID> <Money>
/admin setplrscore <PlayerID> <Score>
/admin sethp <PlayerID> <Health>
/admin setarmour <PlayerID> <Armour>
/admin setalpha <PlayerID> <Alpha> <FadeTime>
/admin kick <PlayerID>
/admin ban <PlayerID>
/admin banip <IP>
/admin unban <IP>
/admin ip <PlayerID>
/admin fps <PlayerID>
/admin uid <PlayerID>
/admin exitserver (It may cause server carsh.)
/admin serverinfo

More features will be added in future! :)

Updated: Server info!
See the picture
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi58.tinypic.com%2F1rvme1.jpg&hash=7d0a01613d569527b5efaaed160f1929148ddea1)

Downloads: https://bitbucket.org/ysc3839/0.4-admincommands/downloads

Reply this topic if you find any bug! :)
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: rObInX on Mar 21, 2015, 10:25 AM
Great work.

Don't think anybody still stick to rcon though.....
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Sk on Mar 21, 2015, 02:28 PM
nice i saw that git many days ago good work some one will surely use it (squirrel_master etc etc etc etc)
and one question why did you call this function when you were not even doing something with it.
void OnShutdownServer()
{

}
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Mar 21, 2015, 02:34 PM
Quote from: Sk on Mar 21, 2015, 02:28 PMnice i saw that git many days ago good work some one will surely use it (squirrel_master etc etc etc etc)
and one question why did you call this function when you were not even doing something with it.
void OnShutdownServer()
{

}
I will add server info function, which use some textdraw to show it. So it's necessary to delete textdraw when server shutting down.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: MacTavish on Mar 21, 2015, 03:14 PM
Awesome Works ;)
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: MatheuS on Mar 21, 2015, 04:23 PM
i like, Nice job ;)
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Apr 04, 2015, 03:34 AM
Updated. Add "goto" and "bring"
/admin goto <PlayerID>
/admin bring <PlayerID>

Download: https://bitbucket.org/ysc3839/0.4-admincommands/downloads
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: MacTavish on Apr 04, 2015, 08:45 AM
Nice but i need in .so extension can anyone compile it for linux :/
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Thijn on Apr 04, 2015, 02:02 PM
The server can easily crash using this. So either make it check arguments much much better or don't use it at all.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Apr 05, 2015, 12:27 AM
Quote from: Thijn on Apr 04, 2015, 02:02 PMThe server can easily crash using this. So either make it check arguments much much better or don't use it at all.
Could you tell me what's wrong with it?
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Apr 05, 2015, 12:29 AM
Quote from: Beztone on Apr 04, 2015, 08:45 AMNice but i need in .so extension can anyone compile it for linux :/
Sorry, I don't know Linux development, so ask others for help.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Stormeus on Apr 05, 2015, 03:15 AM
Quote from: ysc3839 on Apr 05, 2015, 12:27 AM
Quote from: Thijn on Apr 04, 2015, 02:02 PMThe server can easily crash using this. So either make it check arguments much much better or don't use it at all.
Could you tell me what's wrong with it?

One thing that sticks out to me is that there are no null pointer checks, so entering a bunch of blank spaces for a command (or not specifying a command and just typing /) could crash the server.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Apr 05, 2015, 07:06 AM
Quote from: stormeus on Apr 05, 2015, 03:15 AM
Quote from: ysc3839 on Apr 05, 2015, 12:27 AM
Quote from: Thijn on Apr 04, 2015, 02:02 PMThe server can easily crash using this. So either make it check arguments much much better or don't use it at all.
Could you tell me what's wrong with it?

One thing that sticks out to me is that there are no null pointer checks, so entering a bunch of blank spaces for a command (or not specifying a command and just typing /) could crash the server.
I tested. But it haven't crash... ???
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Apr 05, 2015, 07:09 AM
And somebody could developing this plugin together?
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Apr 18, 2015, 02:18 PM
Updated! Sorry for my late. :)
Link https://bitbucket.org/ysc3839/0.4-admincommands/downloads
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on May 31, 2015, 01:25 AM
Updated plugin header. https://bitbucket.org/ysc3839/0.4-admincommands/downloads
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: [AGENT]WAQAS on Jul 12, 2015, 07:12 AM
how set this
only copy to plugin folder
add plugin name in server.cfg
its work?
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: EK.IceFlake on Jul 12, 2015, 09:02 AM
Quote from: [AGENT]WAQAS on Jul 12, 2015, 07:12 AMhow set this
only copy to plugin folder
add plugin name in server.cfg
its work?

No also add adminpassword in server.cfg
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: KAKAN on Jul 12, 2015, 01:12 PM
BUMP!
NOT WORKING HELP ME!!!
Error is here
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2F1PQRxO7.png&hash=e18e546e982859b411c444aa3945504bda60c959)
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on Jul 13, 2015, 04:31 AM
Quote from: KAKAN on Jul 12, 2015, 01:12 PMBUMP!
NOT WORKING HELP ME!!!
Error is here
(https://forum.vc-mp.org/proxy.php?request=http%3A%2F%2Fi.imgur.com%2F1PQRxO7.png&hash=e18e546e982859b411c444aa3945504bda60c959)
Try the "nontdll" version.
https://bitbucket.org/ysc3839/0.4-admincommands/downloads
AdminCommands-rel64-nontdll.dll or AdminCommands-rel32-nontdll.dll
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: KAKAN on Jul 13, 2015, 08:47 AM
Oh thanks it really worked!
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: [AGENT]WAQAS on Jul 14, 2015, 02:35 AM
admin pass set
which commands use for admin login
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: [AGENT]WAQAS on Jul 14, 2015, 02:45 AM
login as admin but commands not works
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: SAzEe21 on Aug 27, 2015, 01:41 PM
hmmm works perfectly thank's mister..
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: KAKAN on Aug 27, 2015, 02:22 PM
Do u know what punishment can u get for bumping?
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Xmair on Aug 27, 2015, 04:50 PM
@KAKAN I think atleast in the forums 50% people are warned by you to not bump. They don't listen to you. They are reta**s. Let them get banned if they want such post count.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: KAKAN on Aug 27, 2015, 05:13 PM
Okay, now onwards I'll not warn any reta**s for bumping
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Kewun on May 04, 2016, 04:20 PM
Could someone update the plugin? it doesnt work in me after 04 rel update
 plugin error >> 'plugins/admincommands64.dll' plugin is for incompatible API version 0.0 (current is 2.0).

in the server window
i didnt want to bump so i posted new topic
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Stormeus on May 04, 2016, 04:28 PM
I merged the threads anyway because threads in this board are supposed to be releases and not support.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: ysc3839 on May 05, 2016, 04:31 AM
Quote from: Kewun on May 04, 2016, 04:20 PMCould someone update the plugin? it doesnt work in me after 04 rel update
 plugin error >> 'plugins/admincommands64.dll' plugin is for incompatible API version 0.0 (current is 2.0).

in the server window
i didnt want to bump so i posted new topic
I won't update this plugin. You should use script to make admin commands.
Title: Re: [UPDATE!] AdminCommands Plugin
Post by: Kewun on May 05, 2016, 01:57 PM
.-. ok then..
;c