19.04.2009, 11:44
EDIT: Note, that the error line is this:
GetVehicleModelIDFromName(vehicle);
That would be this right?
GetVehicleModelIDFromName(vehicle);
That would be this right?
pawn Код:
dcmd_test(playerid,params[])
{
new str[128];
format(str, sizeof(str), "%s",aVehicleNames[vehicle - 400]);
SendClientMessageToAll(COLOR_LIGHTBLUE, str);
return 1;
}