30.11.2010, 09:22
could it be a problem with strcat? try just using format.
new string[128];
format(string,sizeof(string)," 輸入{FF0000}/racestart{00BF8A}可以開始%s.",RaceName[CurrentCP[playerid] - CP_BLRACE]);
SendClientMessage(playerid, COLOR_BLUEISHGREEN, string);
new string[128];
format(string,sizeof(string)," 輸入{FF0000}/racestart{00BF8A}可以開始%s.",RaceName[CurrentCP[playerid] - CP_BLRACE]);
SendClientMessage(playerid, COLOR_BLUEISHGREEN, string);