needed some commands and admin commands for ADM Server

Started by RDXing_KR, Apr 09, 2016, 08:26 AM

Previous topic - Next topic

RDXing_KR

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-

Xmair


Credits to Boystang!

VU Full Member | VCDC 6 Coordinator & Scripter | EG A/D Contributor | Developer of VCCNR | Developer of KTB | Ex-Scripter of EAD

Thijn

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.

KAKAN

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.
oh no