15.07.2012, 22:01
(
Last edited by Slice; 27/05/2013 at 01:58 PM.
)
Yes, just like reddit.
Simple. If you learned something new related to SA-MP scripting, share it here!
Please:
Today I learned the proper way to forward public functions is this:
I've always done it without "public". The only difference, it seems, is it enforces some extra restrictions (such as not being able to assign default values).
Simple. If you learned something new related to SA-MP scripting, share it here!
Please:
- Explain what it is you learned, don't just say you learned something. <----
- Try keeping it concise.
- Don't post stupid pictures or otherwise annoying, non-related stuff.
- Don't link to or quote posts then say you learned that.
Today I learned the proper way to forward public functions is this:
pawn Code:
forward public OnSomethingHappen(a, b, c);