18.01.2013, 12:28
(
Последний раз редактировалось steki.; 24.01.2013 в 19:44.
)
Am I using it wrongly?
This just seems to not print out.
Edit: I already have put the function to export:
Forgot to add ProcessTick to Supports.
pawn Код:
PLUGIN_EXPORT void PLUGIN_CALL ProcessTick() {
logprintf("A");
}
Edit: I already have put the function to export:
Код:
LIBRARY "WItem" EXPORTS Supports Load Unload AmxLoad AmxUnload ProcessTick