12.03.2011, 05:50
Why you don't try it with a fast gamemode?
My result (I forgot to put main() into it)
So it is '1'
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;
}
Код:
1 Script[gamemodes/KRPG.amx]: Runtime error 20: "Invalid index parameter (bad entry point)" Number of vehicle mods: 0