Guest User

leitura tiop 2

a guest
Feb 28th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.20 KB | None | 0 0
  1. new File:file = fopen("RCMD.amx", io_read),line[256];
  2.  
  3.     while(fread(file, line) > 0)
  4.         for(new i = 0; i < 256; i++)
  5.             if(line[i] != 0x0)
  6.                 if(line[i] != 0x0020)
  7.                     printf("0x%04x", line[i]);
Advertisement
Add Comment
Please, Sign In to add comment