Alienmario

Results 18 comments of Alienmario

Could this get implemented, even if just for simple no return callbacks? Right now, libraries are very limited in what they can do on their own. There's also an ugly...

If it makes it any easier, I could also see this being implemented on methodmaps. For example ```sourcepawn // cool_include.inc methodmap CoolSystem { public global void OnPluginStart() { dothings... }...

+1 If you want object-like properties, you need to use methodmaps backed by StringMap. Getting a value from a StringMap takes 3 statements. Thus, if you have a large number...

This is not a solution alone, so it probably won't help. But just in case you want it, I have written (and never used) a plugin which hooks Host_Changelevel and...

It does not. I've tried every combination I could think of.

I've just come across this myself. One of the solutions above should absolutely get implemented. Having the correct value in "sent" is important for modifying (=recreating) user messages because you...

@Sarrus1 No more goto-declaration issues for me! Well, there some special cases. - Goto Handle goes to `using __intrinsics__.Handle` rather than the `enum Handle`. - Does not work for functions/definitions...

> Not that `Nor inside #if defined blocks it thinks are disabled.` will probably never fully work. That's fine. I guess my long term wish is more related to how...