SA-MP Forums Archive
virtual world - 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: virtual world (/showthread.php?tid=416222)



virtual world - MFanatik - 16.02.2013

PHP код:
    if (strcmp("/dm"cmdtexttrue10) == 0)
    {
        
SetPlayerVirtualWorld(playerid,1);
        return 
1;
    }
    if (
strcmp("/exit"cmdtexttrue10) == 0)
    {
        
SetPlayerVirtualWorld(playerid,0);
        return 
1;
    } 
the first one works but the second one doesn't take my back to original world