30.08.2011, 17:10
I already show you how. CreateObject return the objectid(Not model id). Each object have their own id(just like players does).
pawn Код:
Object = CreateObject(...........//Object variable will store this object id (0)
Object1 = CreateObjcet(.............//Object1 variable will store this object id(1)
//And so on