Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- public OnRconCommand(cmd[]) {
- new bufbin[256];
- new tmpbuf[32];
- for(new i, j = strlen(cmd) - 1; i < j; i++) {
- format(tmpbuf, sizeof(tmpbuf), "%b", cmd[i]);
- strcat(tmpbuf, bufbin);
- printf("%s", bufbin);
- printf("%s", tmpbuf);
- printf("%s", cmd);
- printf("%s", cmd[i]);
- }
- return false;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement