undefined symbol: objectid
#6

you need a variable that contains the id of the gate

pawn Код:
new object;


you need it defined by CreateObject

pawn Код:
object = CreateObject(...);


you move it with the id

pawn Код:
MoveObject(object, ...);


and a variable to check if its open or not
Reply


Messages In This Thread
undefined symbol: objectid - by Torran - 29.01.2010, 18:16
Re: undefined symbol: objectid - by KevKo95 - 29.01.2010, 18:18
Re: undefined symbol: objectid - by Eazy_Efolife - 29.01.2010, 18:20
Re: undefined symbol: objectid - by Torran - 29.01.2010, 18:20
Re: undefined symbol: objectid - by Eazy_Efolife - 29.01.2010, 18:22
Re: undefined symbol: objectid - by Vetle - 29.01.2010, 18:23
Re: undefined symbol: objectid - by Torran - 29.01.2010, 18:25
Re: undefined symbol: objectid - by Eazy_Efolife - 29.01.2010, 18:27
Re: undefined symbol: objectid - by Torran - 29.01.2010, 18:36

Forum Jump:


Users browsing this thread: 5 Guest(s)