Problem with saving new house (MYSQL)
#7

Quote:
Originally Posted by expressoboy123
Посмотреть сообщение
I dont know how to convert them in one...
Let me show you an example:

PHP код:
new str[128], string2[1024];
format(str,sizeof(str),"Text 1");
strcat(string2,str);
format(str,sizeof(str),"Text 2");
strcat(string2,str); 
So above you see 2 strings. These strings are defined with 'str'. These strings are converted into string2.
So when you would do this:

PHP код:
SendClientMessage(playerid, -1string2); 
The player will get this message:
Код:
Text 1Text 2
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)