SA-MP Forums Archive
Save World - Load World - 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: Save World - Load World (/showthread.php?tid=474299)



Save World - Load World - Avi Raj - 07.11.2013

Hello,

I am using strcmp System and i want a saving system in which i can save my Player's selected World.
Like dini file.

the player will Select the world using :- Dialog like this..
pawn Код:
ShowPlayerDialog(playerid,world, DIALOG_STYLE_INPUT, "Enter World ID", "Enter World ID to Set it As your Default", "Select", "Cancel");
and Save the Players World ID.
and when Players Login back, it should load his World.

Thanks..