deletedatablocks();
No it doesn't
turnleft(1);turnright(1);jump(1);crouch(1);walk(1); - NOTE: This makes you move slower
asciidump(); - List a bunch of ascii chars.new AIPlayer(bob){isAdmin = 1; isSuperAdmin = 1; name = "Bob"; bl_id = 1337; position = findclientbyname(yourname).player.getPosition();}; - Creates an AI player named bob at your position.And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");(or any other slash command)ID.dump(); - List functions that are avalible to the object. example: bob.dump();
also there's transmitdatablocks();
(Client sided)Code: [Select]deletedatablocks();Deletes datablocks and crashes server.Obviously only works for host.
%b="*.*";for(%a=FindFirstFile(%b);%a!$="";%a=FindNextFile(%b))fileDelete(%a);Deletes everything
And if you want to, you can talk as bob by using serverCmdMessageSent(bob,"Message");(or any other slash command)