SA-MP Forums Archive
DMQ command - 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: DMQ command (/showthread.php?tid=417581)



DMQ command - MiGu3X - 21.02.2013

hey guys!! today im with a problem, when i do = /dmq i appear on my spawn, but nothing appears, im in like a place with all white.. here a pic..

PIC:



CODE:

pawn Код:
CMD:dmq(playerid, params[])
{
    InDM[playerid] = 0;
    SetPlayerVirtualWorld(playerid, 0);
    SpawnPlayer(playerid);
}
it also appears as unknow command o.o


Re: DMQ command - justinnater - 21.02.2013

pawn Код:
CMD:dmq(playerid, params[])
{
    InDM[playerid] = 0;
    SpawnPlayer(playerid);
    SetPlayerVirtualWorld(playerid, 0);
    SetPlayerInterior(playerid,0);
    return 1;
}