04.12.2011, 13:07
(
Последний раз редактировалось Auris_A; 09.12.2011 в 14:08.
)
Hey, i have problem with MoveObject, in 0.3c client this worked fine with no problem, but when i changed server version to 0.3d, it's moving like this.
1 picture. http://www.part.lt/img/9e830340d899b...c83b8f9228.png
2. and... http://www.part.lt/img/d882ae190a6ea...eb0a864952.png
3. And then i closing gates. http://www.part.lt/img/70a2c1f1d46d4...06d43e2493.png
It's happening for all gates. Gates script:
Please help me. And sorry for my bad English
1 picture. http://www.part.lt/img/9e830340d899b...c83b8f9228.png
2. and... http://www.part.lt/img/d882ae190a6ea...eb0a864952.png
3. And then i closing gates. http://www.part.lt/img/70a2c1f1d46d4...06d43e2493.png
It's happening for all gates. Gates script:
Код:
if(playerDB[playerid][specialybe]==50 || playerDB[playerid][admin] || playerDB[playerid][superadmin]) { if (!strcmp("/Asz", cmdtext, true)) return MoveObject(sz, 1812.8317871094, -2071.8977050781, 9.600828170776, 3); if (!strcmp("/usz", cmdtext, true)) return MoveObject(sz, 1812.8317871094, -2071.8977050781, 13.600828170776, 3); } sz = CreateObject(980, 1812.8317871094, -2071.8977050781, 13.600828170776, 0, 0, 90);
