Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ids retunrs
- #define INVALID_DIR_PARAMS 02
- #define RETURN_SUCESS 01
- #define ERROR_GENERAL -1
- //the native
- native mkdir(pasta[]);
- //example of scripts
- public OnFilterScriptInit()
- {
- mkdir("sampe");
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement