01.09.2010, 14:01
Remember: read all "Zadmin2.0 readme.txt" file. i've written all informations also about configuration!!!! because system has 3 files .ini for the configuration (.../Scriptfiles/ZASystem/Config)
If you have to use a command only for admin but in an other file .pwn, you have to set this string on the top of the script: #include <Zadmin2.0> (==> Zadmin2.0.inc) and use the following condition:
if(IsAdminLevel(playerid,level))
If you have to use a command only for admin but in an other file .pwn, you have to set this string on the top of the script: #include <Zadmin2.0> (==> Zadmin2.0.inc) and use the following condition:
if(IsAdminLevel(playerid,level))