28.12.2013, 21:29
Thanks guys.
I'm also planning on creating a "OnNativeTimer" callback, such as this:
Which would be called every time a native timer calls.
I'm also planning on creating a "OnNativeTimer" callback, such as this:
pawn Code:
public OnNativeTimer(timerid, function[])
{
return 1;
}