01.06.2009, 01:18
1rst posibility: U have use the Createobject(..) before in the script , if this is the problem take all the separated createdobjects and put it in this list
2nd Posibility:
I dunno if this is ok but u can try it :
At the Top
After OngameMode Init
after this u put ur createobjects
IF THIS DOESNT WORK , POST IT
2nd Posibility:
I dunno if this is ok but u can try it :
pawn Код:
forward AddObjects();
pawn Код:
AddObjects();
pawn Код:
public AddObjects()
{CreateObject(14399,1281.673,1435.775,9.819,0.0,0.0,-96.257);
[...]
}
IF THIS DOESNT WORK , POST IT

