Furniture System help [Rotation]
#1

Hey guys, I've been having a problem with this filterscript here: https://sampforum.blast.hk/showthread.php?tid=470329

For some odd reason, whenever I exit out of the Command Prompt for the server (samp-server), the object stays where i placed it, but the rotation does not stay in place, and goes back to 0.000. It saves the rotation when I restart the server in game, but I need to be able to shut the server down every now and then.

Any thoughts?
Reply
#2

Ask the person who created the script first and foremost but I don't mind to speculate the problem but most likely the rotation is not being updated that doesn't mean it's not saved but you should get support from the author of the script.
If you notice I actually commented on that script to be honest in it's current state it is not reliably usable either update it yourself or wait for an update.

Here was my run down on this script
Quote:

1.) Use sqlite - I recommend https://sampforum.blast.hk/showthread.php?tid=303682
2.) Redesign the dynamic element there should be two functions CreateFurniture() DestroyFurniture()
3.) Use y_iterate to create a custom iterator for your furnature array this is a perfect application
4.) Use zcmd having all your commands in one callback is messy (I don't care even if it's one command do it)
5.) y_inline/y_dialog allows you to integrate dialogs directly into functions

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)