sendclientmessage to msgbox ? +REP
#7

Quote:
Originally Posted by Arthur Kane
Посмотреть сообщение
You literally waited FOUR minutes before bumping again.

Be patient and you might get some help.

Here's an example of a way you could do it:

PHP код:
new
    
primary_str[900],
    
sub_str[128]

format(sub_strsizeof(sub_str), "Your player ID is: %i\n"playerid); 
strcat(primary_strsub_str); 
ShowPlayerDialog(playeridDIALOG_IDDIALOG_STYLE"Caption"primary_str"<<"""); 
//primary_str: destination.
//sub_str: source. 
You don't need to format it if it's just plain text. For example:

PHP код:
strcat(primary_str"On the next line is your other information:\n"); 
it didnt work it shows nothing when i tested it !
Reply


Messages In This Thread
sendclientmessage to msgbox ? +REP - by BadJih - 04.09.2017, 22:04
Re: sendclientmessage to msgbox ? +REP - by BadJih - 04.09.2017, 22:23
Re: sendclientmessage to msgbox ? +REP - by BadJih - 04.09.2017, 22:27
Re: sendclientmessage to msgbox ? +REP - by Meller - 04.09.2017, 22:31
Re: sendclientmessage to msgbox ? +REP - by Kane - 04.09.2017, 22:35
Re: sendclientmessage to msgbox ? +REP - by BadJih - 04.09.2017, 22:46
Re: sendclientmessage to msgbox ? +REP - by BadJih - 04.09.2017, 23:28
Re: sendclientmessage to msgbox ? +REP - by Kane - 04.09.2017, 23:35
Re: sendclientmessage to msgbox ? +REP - by BadJih - 04.09.2017, 23:36
Re: sendclientmessage to msgbox ? +REP - by Kane - 04.09.2017, 23:41

Forum Jump:


Users browsing this thread: 5 Guest(s)