vW - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: vW (
/showthread.php?tid=619006)
vW -
Micko123 - 12.10.2016
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
PHP код:
CreateDynamicObject(18450,2285.47045900,1283.12561000,52.06390400,358.76153413,48.01489456,181.22941539, 0);
And it should create object in VW 0. I also did this
PHP код:
SetPlayerVirtualWorld(playerid, 50);
when player join CnR.
Problem is that objects are still there.. Any ideas?
Re: vW -
ranme15 - 12.10.2016
CreateDynamicObject(..., .worldid = )
Use it that way just to be sure. If it doesn't work, show us the code.
Re: vW -
RedMF - 12.10.2016
Text red is world
Код:
CreateDynamicObject(18450,2285.47045900,1283.12561000,52.06390400,358.76153413,48.01489456,181.22941539, 50);
Re: vW -
Micko123 - 13.10.2016
What code to show?? I have no idea..