08.09.2018, 20:28
I wanna to do a system, but i need some help to work with string:
How to do it:
How to do it:
Код:
new Label[][] = { {1000, "Intro", "Complete text description, with examples\nNew lines and everything to explain."}, {1000, "Intro", "Complete text description, with examples\nNew lines and everything to explain."}, {1000, "Intro", "Complete text description, with examples\nNew lines and everything to explain."}, {1000, "Intro", "Complete text description, with examples\nNew lines and everything to explain."}, {1000, "Intro", "Complete text description, with examples\nNew lines and everything to explain."}, }; CMD:label(playerid) { new index = labelStatus[playerid]; // Intro: SendClientMessage(playerid, -1, "Intro is: %s ", ???); // Description: ShowPlayerDialog(playerid,10000,DIALOG_STYLE_MSGBOX,"INFO:",???,"Ok",""); // First Value: GivePlayerMoneyEx(playerid, ???); return 1; }