Login camera issue,
#1

I tried to make a system by which during login the camera would be showing the last place the player quitted from certain height and also a little bit bit behind the player, but it doesnt seem to work, can i know the basic thing i shall do to make it, When i tried saving last cam pos and loading it on login the camera would always show blueberry.
Reply
#2

May you show your code which save player's cam pos.
Reply
#3

I dont add it to public variable, rather save it when player disconnects upon ClearChat something like this
pawn Код:
new Float:cX, Float:cY, Float:cZ;
    GetPlayerCameraPos(playerid, cX, cY, cZ);
Reply
#4

You have to save and write the position using INI, then load it when player player connects or requests class.
Reply
#5

You mean its not possible to save it without dini?
Reply
#6

Its possible, you just need to store your code to dini.
Reply
#7

All i did is above whats my mistake and why is it showing Blueberry? Anybody knows
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)