Quick Question on Timers
#2

Why you don't try it with a fast gamemode?
pawn Код:
#include <a_samp>

new timer;

public OnGameModeInit()
{
    new playerid; //To prevent an error while compiling ;)
    timer = SetTimerEx("NonCallback", 5000, true, "i", playerid);
    printf("%d", timer);
    return 1;
}
My result (I forgot to put main() into it)

Код:
1
Script[gamemodes/KRPG.amx]: Runtime error 20: "Invalid index parameter (bad entry point)"
Number of vehicle mods: 0
So it is '1'
Reply


Messages In This Thread
Quick Question on Timers - by Antonio [G-RP] - 12.03.2011, 05:46
Re: Quick Question on Timers - by Kwarde - 12.03.2011, 05:50
Re: Quick Question on Timers - by Antonio [G-RP] - 12.03.2011, 05:53

Forum Jump:


Users browsing this thread: 1 Guest(s)