Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new File:file = fopen("RCMD.amx", io_read),line[256];
- while(fread(file, line) > 0)
- for(new i = 0; i < 256; i++)
- if(line[i] != 0x0)
- if(line[i] != 0x0020)
- printf("0x%04x", line[i]);
Advertisement
Add Comment
Please, Sign In to add comment