Struggling to find this..... - 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: Struggling to find this..... (
/showthread.php?tid=335785)
Struggling to find this..... -
Scripter12345 - 19.04.2012
I really am struggling to find a tutorial on how to
GetPlayerPos and then when player spawns it would get the player pos and spaw them where they last logged out
Thank You
Please Help Me Please
Re: Struggling to find this..... -
Kindred - 19.04.2012
Are you seriously? Took me 2 seconds to search and found 2 links already (second isn't on logging, but it should work if you switch some shit).
Number one
Number two
Re: Struggling to find this..... -
Squirrel - 20.04.2012
Add on playerConnect
dIniLoad("PlayerLoggedPos");
SetPlayerPos((File));
Re: Struggling to find this..... -
ReneG - 20.04.2012
Quote:
Originally Posted by Squirrel
Add on playerConnect
dIniLoad("PlayerLoggedPos");
SetPlayerPos((File));
|
If you're going to help, please make sure the crap you post is credible.
On topic, the links that Kindred posted are just fine, check those out.