07.05.2012, 19:15
you need to make the object and giv it a ID
then you need to use that ID instead of using the number objectid
you need to make a spesific objectid for each object you create.
This should have been placed in 0.3e scripting, just a few people here script on 0.3e.
pawn Код:
exampleobject == CreateObject(objectid,x,y,z,rot,viewdistance);
pawn Код:
SetObjectMaterial(exampleobject,materialindex,modelid,txdname[],texturename[],materialcolor);
This should have been placed in 0.3e scripting, just a few people here script on 0.3e.