SA-MP Forums Archive
Stunt Server Problem - 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: Stunt Server Problem (/showthread.php?tid=192517)



Stunt Server Problem - Nushi - 22.11.2010

Hey there,

I have a few gamemodes that are set up for Stunt-type servers. The objects do not appear until players are really close, and sometimes objects do not appear at all.

This does not just happen to me, it happens to all who connect to the server.

The gamemode compiles correctly and SQL is not giving me any errors. Not sure what the problem is.

How can I fix this so objects appear normal like other working stunt servers?


Re: Stunt Server Problem - FreshDoubleX - 22.11.2010

What object streamer are you using ? And I think you need to update it .


- Nushi - 22.11.2010

Apparently double posting means you can't delete your own messages!


Re: Stunt Server Problem - Nushi - 22.11.2010

Okay? Now My SQL is saying "File Not Found xs.amx" Run Time Error 19

The gamemode is in the folder though. Weird!


Re: Stunt Server Problem - Noss* - 22.11.2010

Download a object streamer.
The instructions are on the threads.. I recommend midostream or fallout's streamer

use the searchbar at the top to find them


Re: Stunt Server Problem - Nushi - 23.11.2010

I have XStreamer already, and Midostream is no longer for download is something.

However, I am getting this error when I compile....
../include/gl_common.inc(75) : error 021: symbol already defined: "strtok"
../include/gl_common.inc(134) : error 021: symbol already defined: "isNumeric"


I went through and obfuscated the two errors, but, now none of the objects appear. So, I have to fix this script for it to work. Since this is an Include file, it does not compile. But, I may use Visual Studio anyway to check for errors.

Can someone see if they have a gl_common.inc they could share that works? I have searched for it here and have not seen an updated version.


Re: Stunt Server Problem - Nushi - 23.11.2010

Thank you, I will replace the code. I do have .3b, otherwise, my client will not connect.

I will use Xobjects as you pointed out. Thanks again. I will edit this post if there are more errors.

When someone asked Thomas Edison why he kept continuing to invent the lightbulb after failing at 1,000 attempts. His is answer was "I did not fail. I now know 1,000 ways how not to make a lightbulb."



Edited:
../include/gl_common.inc(180) : error 021: symbol already defined: "strrest"

Why do strings give such problems!?!?

I will just go through and see if I can fix it. But, if anyone can help, I would appreciate it. Maybe the updated gl_common.inc for reference.

I will also search out DrakoBlue.





****UPDATED***


I did everything as expected and the same problem is still occurring! All of the players on the server are running into objects without seeing them!!!

Now What!?!?


Re: Stunt Server Problem - Nushi - 24.11.2010

Yea, I am not sure what the deal is. I have written everything correctly, and am using the proper streamers. Now everything works, but, the objects are still not visible until players are really close. So, I am back to where I started!!!