/save /load
#2

Quote:
Originally Posted by SnakeEater
how you do '/save' or /s and than the position saves? and than /load to go to the saved location ? anyone got filterscript or how i do myself
use array.

like

new pos[MAX_PLAYERS][3];

//save
GetPlayerPos(playerid,pos[playerid][0],pos[playerid][1],pos[playerid][2]);

//load
SetPlayerPos(playerid,pos[playerid][0],pos[playerid][1],pos[playerid][2]);

and then make commands.

Reply


Messages In This Thread
/save /load - by SnakeEater - 15.02.2008, 12:41
Re: /save /load - by [LDT]LuxurY - 15.02.2008, 12:45
Re: /save /load - by SnakeEater - 15.02.2008, 16:01
Re: /save /load - by diamondo25 - 15.02.2008, 18:42
Re: /save /load - by System13 - 04.03.2008, 08:57
Re: /save /load - by TeC-9 - 02.08.2009, 16:37
Re: /save /load - by nuriel8833 - 03.08.2009, 06:14
Re: /save /load - by TeC-9 - 03.08.2009, 12:11
Re: /save /load - by speedruntrainer - 03.08.2009, 17:18

Forum Jump:


Users browsing this thread: 1 Guest(s)