How to fix this it's big bug. -
Strech - 21.06.2012
Okay.I got DSRP script if you know it.I fixed it to 0 bugs 0 warnings.Included newest streamers,foreach,sscanf but i still get runtime error 19 file or function not found.Since i got sended pwn+amx only.Can it bee from this?The scirpt sender sayd that it won't work on my computer,it has secret way.How to find it?
Re: How to fix this it's big bug. -
Skaizo - 21.06.2012
download plugin nativecheker then post server log
Re: How to fix this it's big bug. -
[MM]RoXoR[FS] - 21.06.2012
https://sampforum.blast.hk/showthread.php?tid=249226
Re: How to fix this it's big bug. -
Strech - 21.06.2012
[08:13:36] Loading filterscript 'pRadio.amx'...
[08:13:36] =======================================
[08:13:36] Radio Filter Script by proking - LOADED
[08:13:36] =======================================
[08:13:36] Loading filterscript 'goldrims.amx'...
[08:13:36] Welcome to my tunning FS
[08:13:36] Loading filterscript 'speedometer.amx'...
[08:13:36] Clock Speedometer load
[08:13:36] Loaded 6 filterscripts.
[08:13:36] Error: Function not registered: 'Audio_Seek'
[08:13:36] Script[gamemodes/esrp.amx]: Run time error 19: "File or function is not found"
[08:13:36] Number of vehicle models: 0
[08:13:44] --- Server Shutting Down.
[08:13:44] ==========================================
[08:13:44] Radio Filter Script by proking - UN-LOADED
[08:13:44] ==========================================
[08:13:44] Clock Speedometer unload
[08:13:44]
Re: How to fix this it's big bug. -
Skaizo - 21.06.2012
update latest audio plugin and include then recompile script
EDIT:incogito changed the function,change the Audio_Seek to Audio_Setposition(from your script)
Re: How to fix this it's big bug. -
rachit_rocks - 21.06.2012
https://sampforum.blast.hk/showthread.php?tid=249226
Re: How to fix this it's big bug. -
Strech - 21.06.2012
C:\Documents and Settings\pileto\Desktop\SAMP Server Control Shortcuts\California Streets Roleplay Gamemode\gamemodes\esrp.pwn(373
![Cool](images/smilies/cool.gif)
: error 017: undefined symbol "Audio_SetPosition"
C:\Documents and Settings\pileto\Desktop\SAMP Server Control Shortcuts\California Streets Roleplay Gamemode\gamemodes\esrp.pwn(3770) : error 017: undefined symbol "Audio_SetPosition"
C:\Documents and Settings\pileto\Desktop\SAMP Server Control Shortcuts\California Streets Roleplay Gamemode\gamemodes\esrp.pwn(374
![Cool](images/smilies/cool.gif)
: warning 203: symbol is never used: "seek"
C:\Documents and Settings\pileto\Desktop\SAMP Server Control Shortcuts\California Streets Roleplay Gamemode\gamemodes\esrp.pwn(3800) : error 017: undefined symbol "Audio_SetPosition"
C:\Documents and Settings\pileto\Desktop\SAMP Server Control Shortcuts\California Streets Roleplay Gamemode\gamemodes\esrp.pwn(3779) : warning 203: symbol is never used: "seek"
C:\Documents and Settings\pileto\Desktop\SAMP Server Control Shortcuts\California Streets Roleplay Gamemode\gamemodes\esrp.pwn(8491) : warning 209: function "Audio_OnPlayerConnect" should return a value
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
3 Errors.
Re: How to fix this it's big bug. -
Strech - 21.06.2012
after i put Audio_SetPosition
Re: How to fix this it's big bug. -
Skaizo - 21.06.2012
warning 209: function "Audio_OnPlayerConnect" should return a value
this function need return 1; at end of brackets
error 017: undefined symbol "Audio_SetPosition"
what verision audio plugin you using?(like replace audio.inc from latest verison with old verision same plugin)
warning 203: symbol is never used: "seek"
remove that
Re: How to fix this it's big bug. -
Strech - 21.06.2012
Givme the right version,i download some but nothing.