Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <a_samp>
- #pragma semicolon false
- #pragma tabsize false
- #define on: public On
- #define then {
- #define end }
- #define do|%0| then new %0
- #define while%0do while(%0) then
- on :RconCommand(cmd[]) do |a|
- while a <= strlen(cmd) do
- printf("%b", a++)
- printf("Wpisujesz: %s\nBinarnie to: %b", cmd, cmd, strlen(cmd))
- end
- return false
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement