IVO FS problem - 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)
+--- Thread: IVO FS problem (
/showthread.php?tid=663643)
IVO FS problem -
jhonloyd20 - 07.02.2019
can someone help me with this
i put all my object in my car but after my Server restart all i put is gone
Using this FS
https://sampforum.blast.hk/showthread.php?tid=282883
this is pic of files
https://imgur.com/a/jTLoq7V
i ask how this become permanent in server when it online
please help thank you
and can someone edit this PWN for admin only not FOR all player thank you
https://pastebin.com/AyW8ryzM
Re: IVO FS problem -
Proxus - 07.02.2019
To make a command for an admin only, use your admin you're using and use that to check if a player is an admin. It will look something like if(APlayerData(IsAdmin)), etc. To make something permanent, I would think that you would have to use mySQL or something to save what you want to save. It won't save automatically so you'd have to do this. Unfortunately, I'm not experienced in MySQL but you could easily find a tutorial on *******, ****** or the SA-MP forums.
Re: IVO FS problem -
jhonloyd20 - 07.02.2019
Quote:
Originally Posted by Proxus
To make a command for an admin only, use your admin you're using and use that to check if a player is an admin. It will look something like if(APlayerData(IsAdmin)), etc. To make something permanent, I would think that you would have to use mySQL or something to save what you want to save. It won't save automatically so you'd have to do this. Unfortunately, I'm not experienced in MySQL but you could easily find a tutorial on *******, ****** or the SA-MP forums.
|
thank you friend i do my best +rep
Re: IVO FS problem -
Proxus - 07.02.2019
No problem, glad to be of assistance and hope it all works out!