16.08.2011, 05:14
You need to use the format function for those messages.
Example:
Example:
pawn Код:
new szString[128];
format(szString, sizeof(szString), "Welcome to my server %s. Your IP address is %s.", GetName(playerid), getPlayerIP(playerid));
SendClientMessage(playerid, COLOR, szString);