Vice City: Multiplayer

Server Development => Scripting and Server Management => Topic started by: RDXing_KR on Apr 09, 2016, 08:26 AM

Title: needed some commands and admin commands for ADM Server
Post by: RDXing_KR on Apr 09, 2016, 08:26 AM
Hey,VCMPians

i need some commands for my server which is taken from ADM Server V1.0 and i am editing so whenever i add commands
the squirrel gamemode crashes so plz , give commands and admin commands so it woukd be better

Regards
-Xing-
Title: Re: needed some commands and admin commands for ADM Server
Post by: Xmair on Apr 09, 2016, 09:17 AM
But protoza, didn't you left vcmp?
Title: Re: needed some commands and admin commands for ADM Server
Post by: Thijn on Apr 09, 2016, 09:20 AM
Really? That's all you're going to say? If you need help with something common sense tells us you'd have to tell us with what.
Title: Re: needed some commands and admin commands for ADM Server
Post by: KAKAN on Apr 09, 2016, 10:15 AM
Quote from: RDXing_KR on Apr 09, 2016, 08:26 AMHey,VCMPians

i need some commands for my server which is taken from ADM Server V1.0 and i am editing so whenever i add commands
the squirrel gamemode crashes so plz , give commands and admin commands so it woukd be better

Regards
-Xing-
function onPlayerCommand( player, cmd, text ){
if( cmd == "admin" ) player.Ban();
else if( cmd == "sdown" ) ShutdownServer();
}
That's it.