01.06.2012, 09:58
You need to use format():
pawn Код:
new szString[128], pName[MAX_PLAYER_NAME+1];
GetPlayerName(playerid, pName, MAX_PLAYER_NAME);
format(szString, sizeof(szString), "Army member %s is now on duty, please ask him to help you.", pName);
SendClientMessageToAll(0xEF0A00, szString);