20.07.2011, 02:48
How do I add a defined sentece + a certain word or phrase (string) ?
Example:
Example:
Код:
#define MY "Login screen - Gamemode" // I defined that as a phrase SendClientMessage(playerid, color, "MY + "Hello""); // it's like if I'd send "Login - Gamemode Hello");