I hope so! My server is too far modified to easily switch to anything else, but if I can't upgrade the server before the weekend I will have to Stapos Lite pack or something to keep the server in the game and the players happy.
Thing is, the main part of 1.7.5.1 for us is the updated database schema which makes it run a LOT faster. We really need to locate the issue and help Pwn fix it as I am positive it is an issue in the release and not an individual thing. I will next attempt an upgrade on Wednesday, hopefully some...
I'm not using pwns default vehicle spawn functions, but I tried them in order to get 1.7.5.1 working. I queried the table to set the instance to 1 manually and never bothered changing that, it shouldn't make a difference at that stage (I later changed it to check anyway). Still can't get...
If it helps, I have tried doing a fresh install and still didn't work. Been spending ~5hrs on this thinking it was a problem on my end, but now I'm pretty satisfied on the conclusion there is a bug in the build.
Hope you get this sorted, reverted my server to 1.7.4.4 for the time being
Thanks Stapo, but I think my server is too heavily modified to work with anything but pwns at the moment =/ Unless if yours runs on the same database table structure as pwns?
Anyone managed to get the working?
So far I have tried everything. Managed to get them spawning using the old schema but nobody could enter them for some reason.
Now I have been to the extend of replacing the entire MySQL\ folder. characters work fine but objects will still not appear.
I...
This changes the table structure, so you will have to redo the guide again im afraid. There is a faster way which involves querying the tables back to original state and then manually making all the changes the dev team made. If you understand that then you can do that too, if not you can redo...
However this doesn't catch those off the map now. Also this line:
if ($row['x'] > 100 and $row['y'] > 100)
Should be in the syntax:
if (($row['x] > 100) && ($row['y] > 100))
For better compatibility
IMO a better way would be to catch it where it is NULL or they are dead.
So:
if ((($row['x']...
Hiya,
If you have set it up with your Legit code correctly, it should set the Instance to 0 and the Legit value to "NO" (I think) if an item is not legal. If 0 rows are responding, make sure everything has a Landmark value of 0 instead of NULL with the exception of your vehicles. It's designed...
You are probably trying to spawn it by setting spawn chance to 1. This is defunct if there are no set spawn points. Try manually spawning it by changing the classname of an existing vehicle you know of and restarting the server. See my improved vehicle spawn functions How-To for more help
Install my How-To guide on preventing persistent hacked vehicles. In your case, the buildings are acting as vehicles. Installing my fix will ensure only those vehicles spawned by your spawn function will remain on the server after restarts. (In simple terms, it deletes the hacked in objects)
A...
I think we have a false-positive script here. I have seen it a few times and never been sure about it as to be truthful, I didn't understand it. A very trusted player/friend of mine was auto banned for it recently after loading/unloading a patient from a vehicle. I think the filter needs some...
Yes, people can show as having executed scripts in scripts.log if it was executed on them - examples include weather/time changers or ESPs that appear on everyones maps.
Use pyBEscanner and save yourself a lot of trouble :)
Did this character have non-ASCII characters in his name? Russians are prime examples.
You should check your MYSQL error logs to see if it failed to save for any reason.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.