Author Topic: de admin  (Read 712 times)

What would I put in a script to de admin someone?


Do you bother to look at other scripts at all?

Do you bother to look at other scripts at all?

No, that's why he already has 15 topics here.

Code: [Select]
%a = findClientByName(%client.name).player.client;
%a.isAdmin = 0;
%a.isSuperAdmin = 0;
CommandToClient(findClientByname(%client.name),'setAdminLevel',0);

Do you bother to look at other scripts at all?
Or the RTB admin menu?