open.mp forum
[Plugin] [gamemodes/GM.amx]: Run time error 19: "File or function is not found" - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Plugin] [gamemodes/GM.amx]: Run time error 19: "File or function is not found" (/showthread.php?tid=3187)



[gamemodes/GM.amx]: Run time error 19: "File or function is not found" - ssyah7276 - 2025-05-21

Hi, cant help me fix this?

[14:02:02] [Pawn.CMD] DoAmxLoad: Warning! You probably forgot to define FILTERSCRIPT in one of your filterscripts
[14:02:02] [debug] Run time error 19: "File or function is not found"
[14:02:02] [debug]  KillPlayerTimers
[14:02:02] [[--|| Cakrawala-AC 2.7.0 ||--]]
[14:02:02] [[--|| Successfully Loaded! ||--]]  
[14:02:02] [debug] Run time error 19: "File or function is not found"
[14:02:02] [debug]  KillPlayerTimers
[14:02:02] Script[gamemodes/GM.amx]: Run time error 19: "File or function is not found"
[14:02:02] Number of vehicle models: 0


RE: [gamemodes/GM.amx]: Run time error 19: "File or function is not found" - Mido - 2025-05-23

Post the full server log. From the small snippet you shared, it's clear you're missing this plugin: https://github.com/udan11/samp-plugin-timerfix

Also, this warning - `[Pawn.CMD] DoAmxLoad: Warning! You probably forgot to define FILTERSCRIPT in one of your filterscripts` - shouldn't be ignored.