12.10.2016, 17:10
I want to create CnR with FR/DM GM. I want when player types CnR to go to VW 50 and i don't want objects from FR/DM GM be loaded. I did this
And it should create object in VW 0. I also did this
when player join CnR.
Problem is that objects are still there.. Any ideas?
PHP код:
CreateDynamicObject(18450,2285.47045900,1283.12561000,52.06390400,358.76153413,48.01489456,181.22941539, 0);
PHP код:
SetPlayerVirtualWorld(playerid, 50);
Problem is that objects are still there.. Any ideas?