12.12.2009, 12:13
new reason[64], pName[MAX_PLAYER_NAME], pName2[MAX_PLAYER_NAME];
try this it should work!
Code:
format(reason, sizeof (reason), "%s has been Kicked.%s%s",pName2, reason[0] ? (" Reason: ") : (""), reason); SendClientMessage(id, COLOR_BRIGHTRED, reason);