Jump to content
  • 0

Schimbare!


MMC3

Question

Ciao am si eu o mica,mare problema:D

Am /teles menu chind dau comanda chind apas pe una din alea de acolo stunt sau ce e imi apare toate teleporturile in chat si arata urit numi place,cum pot face sa nu mai apara in chat sa apara ori menu ori pe mijloc pe o pagina cum e la /cmds?

Va rog ajutatima si pe mn:D

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

La

public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
Ai ceva de genul
if(dialogid==teles)
	{
		if(response)
		{
akl ai cv cu SendClienMessage in loc de sendclientmessage pune
new BigString[1900];
    strcat(BigString, "{F81414}Ce vrei tu sa aparal\n\t\n\n", 1900 );
    strcat(BigString, "{FF0000}Ce vrei tu sa apara", 1900 );
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "---Teles---", BigString, "-->oK<--","");

youtube.com/secretofficial1 < - SECRET CHANNEL !

Link to comment
Share on other sites

Secret" post="88636" timestamp="1313087072"]

new BigString[1900];
    strcat(BigString, "{F81414}Ce vrei tu sa aparal\n\t\n\n", 1900 );
    strcat(BigString, "{FF0000}Ce vrei tu sa apara", 1900 );
    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "---Teles---", BigString, "-->oK<--","");

ce tot aveti cu BigString???...dc sa pui asa de mare stringu?...ii destul si 256 pentru momemnt pentru el...daca nu are multe teles...daca are multe il schimba in mai mare...

[pawn]

new str[ 256 ];

strcat( str, "Rand 1\n\

                  Rand 2\n\

                  Rand 3\n\

                  Rand 4\n\

strcat( str, "Rand 5\n\

                  Rand 6\n\

                  etc\n" );

ShowPlayerDialog( playerid, /*Id-ul dialogului*/, DIALOG_STYLE_MSGBOX, "Teles", str, "Quit", "" );

[/pawn]

Fara reclama in semnatura!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.