17.02.2019, 04:31
Quote:
Are you sure the object doesn't spawn? Maybe it could be object world id, try manually debugging the code to see if things working or not.
|
What makes me confused is, this one works well in windows but on linux those condition happened.
I already try to not use parameter after Float:rz (worldid, interiorid, etc) but the problem still happened.
PHP код:
objectid = CreateDynamicObject(2218, playerPosX, playerPosY, playerPosZ, 0.0, 0.0, 0.0);
PHP код:
objectid = CreateDynamicObject(2218, playerPosX, playerPosY, playerPosZ, 0.0, 0.0, 0.0, 0, 0);