[HELP] Why Get Error?? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Why Get Error?? (
/showthread.php?tid=502478)
[HELP] Why Get Error?? -
kloning1 - 24.03.2014
why i get error?? please help me
Re: [HELP] Why Get Error?? -
luis_mendoza - 24.03.2014
Is this missing ?
Re: [HELP] Why Get Error?? -
Hanuman - 24.03.2014
add
main() {} at the top of Script
Re: [HELP] Why Get Error?? -
kloning1 - 24.03.2014
sir, after i add
on top script ,,
i get error agains?
whyy
Re: [HELP] Why Get Error?? -
Hanuman - 24.03.2014
that is a sscanf error!
Your script have some bugs
Tell me when u get this error, like when u connect, on spawn, on death, on register, on login, on taking damage, in any cmd tc.
Re: [HELP] Why Get Error?? -
Konstantinos - 24.03.2014
It just needs to be re-compiled with the latest version of sscanf:
Quote:
Originally Posted by ******
- sscanf error: System not initialised.
If you get this error, you need to make sure that you have recompiled ALL your scripts using the LATEST version of "sscanf2.inc". Older versions didn't really require this as they only had two natives - "sscanf" and "unformat", the new version has some other functions - you don't need to worry about them, but you must use "sscanf2.inc" so that they are correctly called. If you think you have done this and STILL get the error then try again - make sure you are using the correct version of PAWNO for example.
|