Advertisement
DraKiNs

[COD] Example mkdir() SA:MP

Jun 26th, 2011
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pawn 0.22 KB | None | 0 0
  1. // ids retunrs
  2. #define INVALID_DIR_PARAMS  02
  3. #define RETURN_SUCESS       01
  4. #define ERROR_GENERAL       -1
  5.  
  6. //the native
  7. native mkdir(pasta[]);
  8.  
  9.  
  10. //example of scripts
  11. public OnFilterScriptInit()
  12. {
  13.     mkdir("sampe");
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement