[Pawn] Today I learned - Share your newly found knowledge! - Printable Version +- Burgershot (https://www.burgershot.gg) +-- Forum: SA-MP (https://www.burgershot.gg/forumdisplay.php?fid=3) +--- Forum: Pawn Scripting (https://www.burgershot.gg/forumdisplay.php?fid=10) +--- Thread: [Pawn] Today I learned - Share your newly found knowledge! (/showthread.php?tid=325) |
Today I learned - Share your newly found knowledge! - kristo - 2019-04-17 Credits for the concept of this thread go to Slice. Slice Wrote:Simple. If you learned something new related to SA-MP scripting, share it here! Today I learned that natives can be forwarded and this can be used to deprecate natives and add replacements for them without getting a deprecation warning inside the replacement function: PHP Code: forward DeprecatedNative(); RE: Today I learned - Share your newly found knowledge! - Tama - 2020-08-06 Today i learn something, using ! without manually set true\false. Usage: PHP Code: main() { Instead of: PHP Code: main() { |