08.12.2009, 07:43
It's a shame YSF hasn't been updated for 0.3, I'm sure some scripts were based around the function YSF offered. Our server was.
Luckily though, a guy helping me develop AdrenalineX created a plugin that could create folders.
I'm not sure if he's willing to release the plugin, but I will ask.
Luckily though, a guy helping me develop AdrenalineX created a plugin that could create folders.
Код:
native Array:scandir(const path[], const pattern[], bool:ignorecase = true, scandir_type:type = scandir_files); native bool:mkdir(const path[]);