30.07.2013, 17:02
Quote:
|
I have a problem. I have this in my script:
Код:
mytimer[playerid] = SetPlayerTimerEx(playerid, "FunctionName", 990, true, "i", playerid); Код:
KillPlayerTimer(mytimer[playerid]); |
|
I have a problem. I have this in my script:
Код:
mytimer[playerid] = SetPlayerTimerEx(playerid, "FunctionName", 990, true, "i", playerid); Код:
KillPlayerTimer(mytimer[playerid]); |
|
I'm using it and it's perfect! Thanks for that.
Was SetTimerEx replaced too? |
PLUGIN_EXPORT int PLUGIN_CALL AmxLoad(AMX *amx) {
amx_Redirect(amx, "SetTimer", (ucell) Natives::SetTimer, NULL);
amx_Redirect(amx, "SetTimerEx", (ucell) Natives::SetTimerEx, NULL);
amx_Redirect(amx, "KillTimer", (ucell) Natives::KillTimer, NULL);
amx_Redirect(amx, "GetTickCount", (ucell) Natives::GetTickCount, NULL);
return amx_Register(amx, NATIVES, -1);
}
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x, ©2005-2013 SA-MP Team [00:01:05] [00:01:05] Server Plugins [00:01:05] -------------- [00:01:05] Loading plugin: sscanf.so [00:01:05] [00:01:05] =============================== [00:01:05] sscanf plugin loaded. [00:01:05] Version: 2.8.1 [00:01:05] © 2012 Alex "******" Cole [00:01:05] =============================== [00:01:05] Loaded. [00:01:05] Loading plugin: irc.so [00:01:05] *** IRC Plugin v1.4.3 by Incognito loaded *** [00:01:05] Loaded. [00:01:05] Loading plugin: streamer.so [00:01:05] *** Streamer Plugin v2.6.1 by Incognito loaded *** [00:01:05] Loaded. [00:01:05] Loading plugin: timerfix.so
|
When I load v1.3 the server crashes while loading the plugin. v1.2 works fine.
Код:
---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3x, ©2005-2013 SA-MP Team [00:01:05] [00:01:05] Server Plugins [00:01:05] -------------- [00:01:05] Loading plugin: sscanf.so [00:01:05] [00:01:05] =============================== [00:01:05] sscanf plugin loaded. [00:01:05] Version: 2.8.1 [00:01:05] © 2012 Alex "******" Cole [00:01:05] =============================== [00:01:05] Loaded. [00:01:05] Loading plugin: irc.so [00:01:05] *** IRC Plugin v1.4.3 by Incognito loaded *** [00:01:05] Loaded. [00:01:05] Loading plugin: streamer.so [00:01:05] *** Streamer Plugin v2.6.1 by Incognito loaded *** [00:01:05] Loaded. [00:01:05] Loading plugin: timerfix.so |
2:20:45 // it was executed
2:23:45 // it was executed
2:26:45 // it was executed
2:29:45 // it was executed
2:20:45 // it was executed
2:23:43 // it was executed
2:26:41 // it was executed
2:29:39 // it was executed
SetTimerEx_("OnPlayerConnectEx", 0, 5000, 0, "i", playerid);
|
https://github.com/udan11/samp-plugin-timerfix/issues/2
It's now fixed, i hope that bug wont appear. Guys, please use github issue, then this plugin developer can check and fix it. |