13.11.2010, 08:27
ID AND MODEL IS DIFFERENT
ID = ID of Vehicle
MODEL = Model of Vehicle (560 = Sultan, etc)
you tooked from is a model.
etc
ID = ID of Vehicle
MODEL = Model of Vehicle (560 = Sultan, etc)
you tooked from is a model.
Код:
public GangCar(carid) { if(carid == 3) { return 1; } return 0; }