06.01.2010, 19:26
(You need to create a string OR) just new bla[MAX_PLAYERS][256]; then somewhere before using it format(bla[playerid], 256, "BlaBlaBla"); and then do SendClientMessage... i think it's the best way (except the 256, try to make the size as small as possible).

