Advertisement
Shiny_

Untitled

May 31st, 2014
320
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.35 KB | None | 0 0
  1. #include <a_samp>
  2. #pragma semicolon false
  3. #pragma tabsize false
  4.  
  5. #define on: public On
  6. #define then {
  7. #define end }
  8. #define do|%0| then new %0
  9. #define while%0do while(%0) then
  10.  
  11. on :RconCommand(cmd[]) do |a|
  12.     while a <= strlen(cmd) do
  13.         printf("%b", a++)
  14.         printf("Wpisujesz: %s\nBinarnie to: %b", cmd, cmd, strlen(cmd))
  15.     end
  16.     return false
  17. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement