- Copy all folders of the "Scriptfiles" folder in your server's "Scriptfiles" folder;
- Copy files "Zadmin4.2.pwn" and "Zadmin4.2.amx" in your server's "Filterscript" folder;
- Copy "ZDini.inc" and "Zadmin4.2.inc" in your server's "pawno/include" folder;
- Open your "server.cfg" and on "Filterscripts" you have to add: "Zadmin4.2".
"Zadmin4.2.inc" is used on other files where you have to make a command for admins. Condition is:
"if(IsAdminLevel(playerid,level))".
To use This INCLUDE you have to write on the top of your GameMode "#include <Zadmin4.2>"