Quote:
Originally Posted by Eth
your code is wrong...
pawn Код:
if (strcmp(cmdtext,"/123123", true ) == 0 ) { if(!fexist("file.bat")) { print("Your file does not exist"); } else { new File:example1 = fopen("file.bat", io_readwrite); if(example1) fwrite(example1,"asdasd");//write the file fread(example1, "asdasd"); fclose(example1); } } return 1; }
|
again its not open my file
example :
write in txt file 123456
and i write the command in the game and the file is open in my computer.