SA-MP Forums Archive
Dialog Text - 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: Dialog Text (/showthread.php?tid=600165)



Dialog Text - TuFF12 - 04.02.2016

Hello all today i have problem with DIALOGS!

PHP код:

                format
(stringsizeof(string), "{0835C7}TuFF's Cops And Robbers\n \n{146AC7}Player Login\n      \n{FFFFFF}This Nick, {146AC7}%s, {FFFFFF}is Registered.\n",GetName(playerid),playerid);
        
strcat(string"If This Is Not Your Account, Please Quit And Change Your Name.\n \nPlease {D6D631}Enter Your Password {FFFFFF}To Login:"sizeof(string));
          
ShowPlayerDialog(playeridDIALOG_LOGINDIALOG_STYLE_INPUT,"Login"string,"Login","Quit"); 
In Game Text Is Not Showing All Text!
How Can I Fix This?


Re: Dialog Text - AmigaBlizzard - 04.02.2016

What's the size of the string variable? And at which point does it break off?
It may be too small to hold your text.


Re: Dialog Text - TuFF12 - 04.02.2016

Thank YOU it worked!!!!!!!