13.02.2010, 03:28
ok, i cutted the "CIAUnmarkedSurvailenceVan" and searched it. its the same name used 5 times, so i think its really a small bug in my script >-<
try to see if you get a "real" error when commenting that line out, so this
becomes:
and is not used anymore, not causing that "never gets used" warning?
i doubt that the car can be added inside the OnGameModeInit now, coz the Variable dosnt get initialized at start..
try to see if you get a "real" error when commenting that line out, so this
Код:
new CIAUnmarkedSurvailenceVan;//to hold the car object
Код:
// new CIAUnmarkedSurvailenceVan;//to hold the car object
i doubt that the car can be added inside the OnGameModeInit now, coz the Variable dosnt get initialized at start..

