Stupid Noob Help - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Stupid Noob Help (
/showthread.php?tid=331510)
Stupid Noob Help -
doo2002 - 05.04.2012
I have a 0.3d server and a 0.3c gamemode, I believe that is why it won't load the gamemode, if that is the case. How do I convert it to 0.3d?
Re: Stupid Noob Help -
dannyk0ed - 05.04.2012
I also have the same problem, Ive been trying to get a solution
Re: Stupid Noob Help -
DeathTone - 05.04.2012
It is probably the plugins, what error do you get? Runtime 19?
Try updating every plugin your using, also make sure to update all the includes as well, then recompile your script. If you don't get any errors, and you updated the plugins & includes, then it should load. Else, tell me what error you are getting when it's not "loading the gamemode".
Re: Stupid Noob Help -
Kindred - 05.04.2012
What DeathTone said. All you need to do is simply update your plugins (if using any) and includes, and you're all done. If a once un-bugged thing occurs in the gamemode after doing this, its probably due too new parameters in functions and what-not. Simply compile, see if it has errors, and fix them (if its for a function, simply add the new parameters).
Re: Stupid Noob Help -
doo2002 - 05.04.2012
The gamemode I am trying to use has the sscanf plugin, I can't find the update for that plugin. And I am getting that Runtime 19 error
Re: Stupid Noob Help -
jamesbond007 - 05.04.2012
Join Date: Nov 2006
damn nicee
Re: Stupid Noob Help -
[EuG]ZeRoGoD - 05.04.2012
update you'r includes with 3d files and it will convert to 0.3D same as every update hope this helped and if runtime error 19 file missing or could be needing a main were you print off if not that then i suggest you try updateing all you'r gamemode with every file from 0.3d
Re: Stupid Noob Help -
Mark™ - 05.04.2012
Quote:
Originally Posted by doo2002
The gamemode I am trying to use has the sscanf plugin, I can't find the update for that plugin. And I am getting that Runtime 19 error
|
sscanf plugin package
Recompile your script with the include from the package and put that include in pawno >> include folder, put the .dll plugin in your plugins folder, replacing the older one.
Re: Stupid Noob Help -
doo2002 - 05.04.2012
Done, it works, thanks.
Re: Stupid Noob Help -
Mark™ - 05.04.2012
Quote:
Originally Posted by doo2002
Done, it works, thanks.
|
Glad i could help