cache_get_field_content_int - no active cache
#9

So you guys completely ignored my solution...

and you use "." when you want to specify a parameter in your code and want the other parameters in between that specific parameter to use default value.

such as:

PHP Code:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rzworldid = -1interiorid = -1playerid = -1Float:streamdistance STREAMER_OBJECT_SDFloat:drawdistance STREAMER_OBJECT_DDSTREAMER_TAG_AREA areaid STREAMER_TAG_AREA -1priority 0
You might just want to modify the "streamdistance", why would you define the parameters in between "rz" and "streamdistance"? So you can just directly use:

PHP Code:
CreateDynamicObject(modelidFloat:xFloat:yFloat:zFloat:rxFloat:ryFloat:rz, .streamdistance 100.0); 
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)