08.06.2015, 06:15
(
Последний раз редактировалось Armageddonz; 08.06.2015 в 07:33.
)
i have one question...how to make an admin.inc so i can access to if(PlayerInfo[playerid][pAdmin] >= 1) without any problem if i want to make a filterscript that need to know if player is admin...
i use y_ini for ini read/write...
this is the user data example
i have a filterscript called antispam that mute the player if the player spam...i want to include /mute command for admin directly in that filterscript...
i use y_ini for ini read/write...
this is the user data example
Код:
[data] Password = 0 Cash = 0 Admin = 0 Kills = 0 Deaths = 0 Vip = 0 Banned = 0