16.08.2011, 11:39
Quote:
Well no wonder, look at your second snippet, you create an arrray called "VehName" and then assign the enumerated CarName variable the value of the empty array "VehName", what else do you expect to happen? Код:
new VehName[60]; CarInfo[ID][Owned] = 1; CarInfo[ID][VehicleNames] = VehName; |
Код:
public OnGameModeInit() { AddBuyableVehicle("Wrecked Glendale 1",10000,2135.4155,-1147.4376,24.2748,55.0182,604); ^^= This value I'm trying to get. return 1; }