Position saving in godfather - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Position saving in godfather (
/showthread.php?tid=205468)
Position saving in godfather -
!Pumpkin - 01.01.2011
So my question is how to make position saver in godfather ? etc when you disconnect it saves your position,interior and virtualworld when you rejoin.
i have these lines :
Code:
Float:pPos_x,
Float:pPos_y,
Float:pPos_z,
pInt,
pLocal,
and i allready took off default spawn , etc you spawn at city hall , or in your house or whatever so im falling from LV atm
Re: Position saving in godfather -
Grim_ - 01.01.2011
You should really get a new script.
Re: Position saving in godfather -
blackwave - 01.01.2011
Quote:
Originally Posted by !Pumpkin
So my question is how to make position saver in godfather ? etc when you disconnect it saves your position,interior and virtualworld when you rejoin.
i have these lines :
Code:
Float:pPos_x,
Float:pPos_y,
Float:pPos_z,
pInt,
pLocal,
and i allready took off default spawn , etc you spawn at city hall , or in your house or whatever so im falling from LV atm
|
Do it on any other "simpler" script than godfather, since it's so much advanced. Also I'd recommend for make your own FS/GM, since you can know all commands and info, also avoiding to do questions about other scripts.
About the Floats, you should make a dini file for each player, and registering.
Re: Position saving in godfather -
!Pumpkin - 01.01.2011
Yeah , i made 'possaver' filterscript with dini , going to use it in godfather.