04.02.2009, 14:17
Something wrong in this function I believe:
By the way, why are you using this:
if you could just do:
pawn Код:
GetPlayerFromCarlistCar(vehicleid)
pawn Код:
new string[128]; format(string,128,"Unknown component id: %i",componentid); print(string);
pawn Код:
printf("Unknown component id: %i", componentid);