21.08.2012, 22:02
edit: question.. how to get with your function the name of the vehicle..
i tried this but dosent work...
i tried this but dosent work...
pawn Код:
new
string[128];
format(string, sizeof(string), "* You have created new vehicle \"%s\" (ID:%d)", vehicle_list[result], result);
SendClientMessage(playerid, -1, string);