07.11.2013, 14:03
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..
and Save the Players World ID.
and when Players Login back, it should load his World.
Thanks..
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 when Players Login back, it should load his World.
Thanks..