01.08.2015, 06:49
(
Последний раз редактировалось Mariciuc223; 01.08.2015 в 17:08.
)
Hello, how can i loop all files ".ini" from a folder ??
For example i have that folder , %s = Player Name
I can loop that files that are in "Bans" ? To make a command like that:
For example i have that folder , %s = Player Name
Код HTML:
Bans/%s.ini
Код HTML:
CMD:/bans(playerid, params[]) { // some code new bans, String[128]; for(new i=0; i</*How to loop*/; i++) bans++; format(String, sizeof(String), "There are %i active bans !", bans); SendClientMessage(playerid, -1, String); return 1; }