10.11.2017, 19:35
Quote:
Look at my code again, rethink WHY I DON'T HAVE A %2, BUT ONLY %0 AND %1
and rethink of what a macro definition is versus a native. k thx |
Well, you can define it but once you use it the compiler will crash.
It results in an infinite loop, SendClientMessage gets replaced with the new SendClientMessage, which again gets replaced by SendClientMessage (etc).