03.01.2014, 10:38
You did
format(message, 256, "You selected LV Police Department, And got teleported to there!", listitem);
SendClientMessage(playerid, 0xFF0000FF, message);
but this is much easier and works the same, takes less data etc.
SendClientMessage(Playerid, 0xFF0000FF,"You selected LV Police Department, And got teleported to there!");
format(message, 256, "You selected LV Police Department, And got teleported to there!", listitem);
SendClientMessage(playerid, 0xFF0000FF, message);
but this is much easier and works the same, takes less data etc.
SendClientMessage(Playerid, 0xFF0000FF,"You selected LV Police Department, And got teleported to there!");