Got problem with function
#6

Thanks MadeMan!

Quote:
Originally Posted by marko94
Посмотреть сообщение
That's wrong

pawn Код:
kadscoords[adid][aObject] = CreateDynamicObject(ADIDS, kadscoords[adid][aX], kadscoords[adid][aY], kadscoords[adid][aZ], kadscoords[adid][rotX], kadscoords[adid][rotY], kadscoords[adid][rotZ]);
That's correct

pawn Код:
kadscoords[adid][aObject] = CreateDynamicObject(ADIDS, kadscoords[adid][aX], kadscoords[adid][aY], kadscoords[adid][aZ], kadscoords[adid][rotX], kadscoords[adid][rotY], kadscoords[adid][rotZ], -1, -1, -1, 250.0);
worldid = -1, interiorid = -1, playerid = -1, Float:distance = 250.0
worldid = -1, interiorid = -1, playerid = -1, Float:distance = 250.0 are optional ones...
Reply


Messages In This Thread
Got problem with function - by woaha - 13.11.2010, 14:57
Re: Got problem with function - by willsuckformoney - 13.11.2010, 15:01
Re: Got problem with function - by MadeMan - 13.11.2010, 15:25
Re: Got problem with function - by Mean - 13.11.2010, 18:39
Re: Got problem with function - by marko94 - 13.11.2010, 22:08
Re: Got problem with function - by woaha - 14.11.2010, 07:59
Re: Got problem with function - by woaha - 16.11.2010, 10:25
Re: Got problem with function - by woaha - 17.11.2010, 14:05
Re: Got problem with function - by woaha - 18.11.2010, 14:06
Re: Got problem with function - by woaha - 20.11.2010, 16:58

Forum Jump:


Users browsing this thread: 1 Guest(s)