[HELP] Plugin Crash - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Plugin Development (
https://sampforum.blast.hk/forumdisplay.php?fid=18)
+--- Thread: [HELP] Plugin Crash (
/showthread.php?tid=608833)
Deleted -
RaeF - 05.06.2016
[Deleted]
Re: [HELP] Plugin Crash -
Skritwo - 05.06.2016
Try remove:
Code:
sampgdk::logprintf("Wee");
Re: [HELP] Plugin Crash -
RaeF - 06.06.2016
Quote:
Originally Posted by Skritwo
Try remove:
Code:
sampgdk::logprintf("Wee");
|
The problem is when i use something like amx_NumNatives, amx_FindPublics amx_register it crashses,I need that function.
Nothing wrong with logprintf omg.
Re: [HELP] Plugin Crash -
codectile - 06.06.2016
Click_Here
Try sampgdk::GetNatives(linked above)
Re: [HELP] Plugin Crash -
RaeF - 06.06.2016
I needed amx_NumPublics too, but now the problem solved, thanks!
Quote:
Originally Posted by codectile
|