[HELP] Run Time Eror 19
#1

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[16:06:43] weburl = "www.sa-mp.com" (string)
[16:06:43]
[16:06:43] Server Plugins
[16:06:43] --------------
[16:06:43] Loading plugin: streamer.dll
[16:06:43]

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[16:06:43]Loaded.
[16:06:43] Loading plugin: mysql.dll
[16:06:43] SA:MP MySQ Plugin v2.1 Loaded.
[16:06:43]Loaded.
[16:06:43] Loading plugin: sscanf.dll
[16:06:43] [MySQL] Thread running. Threadsafe: Yes.
[16:06:43]Failed.
[16:06:43] Loading plugin: exec.dll
[16:06:43] [PLUGIN]: Exec got loaded
[16:06:43]Loaded.
[16:06:43] Loading plugin: nativechecker.dll
[16:06:43]Loaded.
[16:06:43] Loaded 4 plugins.

[16:06:43]
[16:06:43] Ban list
[16:06:43] --------
[16:06:43] Loaded: samp.ban
[16:06:43]
[16:06:43]
[16:06:43] Filterscripts
[16:06:43] ---------------
[16:06:43]Loading filterscript 'objeler.amx'...
[16:06:43]Loading filterscript 'ls_elevator.amx'...
[16:06:43]Loading filterscript 'spd.amx'...
[16:06:43]
--------------------------------------
[16:06:43] MyR4cй's Speedometer v1.0 Succesfully Loaded
[16:06:43] --------------------------------------

[16:06:43]Loaded 3 filterscripts.

[16:06:43] Error: Function not registered: 'sscanf'
[16:06:43] Script[gamemodes/panama.amx]: Run time error 19: "File or function is not found"
[16:06:43] Number of vehicle models:
Reply
#2

download latest verision sscanf and recompile gamemode
if you using latest verision sscanf,recompile gamemode
Reply
#3

not work
Reply
#4

Quote:
Originally Posted by memurt
Посмотреть сообщение
not work
what not work?you get erors and warning when you compile?if yes post here log erors and script from the line
Reply
#5

C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(4583) : warning 209: function "OnPlayerRequestClass" should return a value
C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(459 : warning 209: function "OnPlayerRequestSpawn" should return a value
C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(15030) : warning 219: local variable "AracVer" shadows a variable at a preceding level
C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(33567) : warning 204: symbol is assigned a value that is never used: "mermi"
C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(33566) : warning 204: symbol is assigned a value that is never used: "silah"
C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(40493) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 11508 bytes
Code size: 1650524 bytes
Data size: 16252112 bytes
Stack/heap size: 16384 bytes; estimated max. usage: unknown, due to recursion
Total requirements:17930528 bytes

6 Warnings.
Reply
#6

C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(40471) : warning 202: number of arguments does not match definition
C:\Users\Mert\Desktop\samp03e_svr_win32\pawno\v7 - Kopya - Kopya - Kopya.pwn(40476) : warning 202: number of arguments does not match definition

if(gPlayerLogged[playerid])
{
40471] if(GetPlayerHealth(playerid) >= 10)
{
SetPlayerHealth(playerid,100);
}
else
40476] if(GetPlayerHealth(playerid) <= 10)
{
SetPlayerHealth(playerid,100);
}
return 1;
}

help please
Reply
#7

SA-MP Dedicated Server
----------------------
v0.3e, ©2005-2012 SA-MP Team

[20:37:45] weburl = "www.sa-mp.com" (string)
[20:37:45]
[20:37:45] Server Plugins
[20:37:45] --------------
[20:37:45] Loading plugin: streamer
[20:37:45]

*** Streamer Plugin v2.5.2 by Incognito loaded ***

[20:37:45]Loaded.
[20:37:45] Loading plugin: mysql
[20:37:45] SA:MP MySQ Plugin v2.1 Loaded.
[20:37:45]Loaded.
[20:37:45] [MySQL] Thread running. Threadsafe: Yes.
[20:37:45] Loading plugin: exec
[20:37:45] [PLUGIN]: Exec got loaded
[20:37:45]Loaded.
[20:37:45] Loading plugin: nativechecker
[20:37:45]Loaded.
[20:37:45] Loading plugin: sscanf
[20:37:45]Failed.
[20:37:45] Loaded 4 plugins.

[20:37:46]
[20:37:46] Ban list
[20:37:46] --------
[20:37:46] Loaded: samp.ban
[20:37:46]
[20:37:46]
[20:37:46] Filterscripts
[20:37:46] ---------------
[20:37:46]Loading filterscript 'objeler.amx'...
[20:37:46]Loading filterscript 'ls_elevator.amx'...
[20:37:46]Loading filterscript 'spd.amx'...
[20:37:46]
--------------------------------------
[20:37:46] MyR4cй's Speedometer v1.0 Succesfully Loaded
[20:37:46] --------------------------------------

[20:37:46]Loaded 3 filterscripts.

[20:37:46] Error: Function not registered: 'SSCANF_Init'
[20:37:46] Error: Function not registered: 'SSCANF_Join'
[20:37:46] Error: Function not registered: 'SSCANF_Leave'
[20:37:46] Error: Function not registered: 'sscanf'
[20:37:46] Script[gamemodes/panama2.amx]: Run time error 19: "File or function is not found"
[20:37:46] Number of vehicle models:

help please
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)