help.
#2

Quote:
Originally Posted by eblood1
Посмотреть сообщение
i can set a distance on this ? for example like this i get an error
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160, 0.00000, -90.00000, 359.71826, MenuVW, -1, -1, -1, 1000.0);?
this is wrong:
pawn Код:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160,   0.00000, -90.00000, 359.71826, MenuVW, -1, -1, -1, 1000.0);
Replace that for this:
pawn Код:
CreateDynamicObject(19463, 2905.73950, 1051.81165, 16.46160,   0.00000, -90.00000, 359.71826, 1000.0);
its like this: CreateDynamicObject(objectid, X, Y, Z, rX, rY, rZ, DrawDistance);
Reply


Messages In This Thread
help. - by eblood1 - 02.02.2014, 01:43
Re: help. - by TheFlyer - 02.02.2014, 02:12
Re: help. - by eblood1 - 02.02.2014, 02:19
Re: help. - by TheFlyer - 02.02.2014, 02:24
Re: help. - by eblood1 - 02.02.2014, 02:26
Re: help. - by TheFlyer - 02.02.2014, 02:29
Re: help. - by eblood1 - 02.02.2014, 02:35
Re: help. - by TheFlyer - 02.02.2014, 02:36
Re: help. - by eblood1 - 02.02.2014, 02:39
Re: help. - by TheFlyer - 02.02.2014, 02:41

Forum Jump:


Users browsing this thread: 2 Guest(s)