26.03.2010, 12:40
is it possible to use a workaround for this.
example:
Please note i have not used correct functions as i cannot look them up at work.
example:
Код:
GetNPCPos(npc, npcx, npcy, npcz); //this is not a command that i know of at the mo SetTimer("ObjectMove", 100, 1); forward ObjectMove(npc, objectid); public ObjectMove(npc, objectid){ moveobject(npc, objectid, npcx, npcy, npcz (+ or minus here)); }