Blueberry Bug - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Blueberry Bug (
/showthread.php?tid=257727)
Blueberry Bug -
M4z - 27.05.2011
I'm new to scripting Pawn. Last night I downloaded zcmd and then this bug occured. Basically I have no errors within the script itself as it compiles fine, however when I join my server no cmds work, the login script doesn't work and I fall underneath blueberry. I was wondering if anyone can explain what causes this problem..
In my server log it says this: [10:39:25] Script[gamemodes/Script.amx]: Run time error 19: "File or function is not found"
Re: Blueberry Bug -
Captain Price - 27.05.2011
Quote:
Originally Posted by ******
Just because your script compiles doesn't mean it is right. What did you change before it broke? If a lot you need to remove everything and slowly add things in until you figure out what went wrong.
As for blueberry, that's the exact centre of the world, that's why you spawn there (0, 0, 0).
|
I understand what you are saying, BUT! im sure can say that this guy don't understand you! he is starter. a noob-scripter
Re: Blueberry Bug -
M4z - 27.05.2011
Thanks for such a quick response, also last night it was working fine, but then after adding zcmd and adding a command using zcmd, this happend.
This is the last cmd I added:
http://pastebin.com/zfRDLQr2
I've also added the zcmd include and the sscanf include so I honestly can't workout what the problem is.
Re: Blueberry Bug -
Steve M. - 27.05.2011
Are other commands also in ZCMD or not?
Re: Blueberry Bug -
M4z - 27.05.2011
Quote:
Originally Posted by Steve M.
Are you other commands also in ZCMD or not?
|
I only have the one cmd atm as I didn't want to continue intill this was fixed. I don't have any commands using strcmp or anything else though.
@cs_master, Why are you here? You're clearly not here to help me with my problem, so stop posting rubbish and learn to script for yourself, so you can actually help people who request it.
Re: Blueberry Bug -
sim_sima - 27.05.2011
#include <zcmd> at the top of the script
Re: Blueberry Bug -
M4z - 27.05.2011
Quote:
Originally Posted by sim_sima
#include <zcmd> at the top of the script
|
I have.. Anyways, I can't find a solution so I'm just using my backup. Thanks to everyone that tried to help me.
Re: Blueberry Bug -
linuxthefish - 27.05.2011
Have you loaded the sscanf plugin, and checked it's loaded?