09.05.2014, 12:21
In previous issues already did it,.
Now I have this:
In the console, nothing ...
Now I have this:
Code:
PLUGIN_EXPORT void PLUGIN_CALL ProcessTick() { static int tick = 0; tick++; logprintf("%d xd", tick); }