20.08.2012, 16:46
Bug with SetObjectMaterial and recolor. If you use to mush objects on the same place and recolor the textures likes
or whatever you get a all the time gamecrashes.
If you use
you don't have any problems with the same amount of objects.
pawn Код:
SetObjectMaterial(XXXXXX, 0, 6099, "law_doontoon", "gz_lawbuilda_2", 0xFF424242);
If you use
pawn Код:
SetObjectMaterial(XXXXXX, 0, 19362, "all_walls", "la_carp3", 0);