What is the difference between CreateDynamicObject and CreateObject
#1

Title says it all ;p

Im just wondering what the difference is except from the limit liftation.
Reply
#2

pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);

native CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance = 0.0);
This should show you the difference between them, other than more objects.
Reply
#3

Quote:
Originally Posted by Steven82
Посмотреть сообщение
pawn Код:
native CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 300.0);

native CreateObject(modelid, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ, Float:DrawDistance = 0.0);
This should show you the difference between them, other than more objects.
There might be more differences but heres one:-

Other then limit difference, you need Streamer plugin and include to use "CreateDynamicObject" and where as the "CreateObject" function is default which can be used without the streamer plugin/include.

-FalconX
Reply
#4

Ah i understand now!

Thank you guys!

+1rep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)