14.08.2015, 14:30
You need to format first. Try this
new string[144];
format(string, sizeof(string), "[Vehicle Lead %s].", vehicleLead);
SendClientMSG(playerid, COLOR_LIGHTGREY, string);
new string[144];
format(string, sizeof(string), "[Vehicle Lead %s].", vehicleLead);
SendClientMSG(playerid, COLOR_LIGHTGREY, string);