13.12.2014, 16:06
Quote:
|
This should really be set as a sticky I would recommend taking the same approach as the SAMP development tutorial that is also a sticky but instead focus solely on D.
|
New update:
I replaced most of the code with object-oriented one to minimise the amount of functions the end-user has to call to initialize the plugin.
(https://github.com/KingHual/SA-MP-S-.../dllmain.d#L73)
amxRegister now automatically appends NULL to the passed array, so the end-user doesn't need to have NULL as the last element of the array.
(https://github.com/KingHual/SA-MP-S-...main.d#L64-L67)

