[FilterScript] | Advanced GotoCoords FS |
#6

pawn Код:
if (!sscanf(params, "fffD(0)D(0)", x, y, z, virtualw, interior))
        {
            new string[128];
            SetPlayerPos(playerid, x, y, z);
            SetPlayerVirtualWorld(playerid, virtualw);
            format(string, sizeof(string), "Coords changed to : {ffff00}%f, %f, %f, {ffffff}VW : %d, Interior : %d.", x, y, z, virtualw, interior);
            SendClientMessage(playerid, COLOR_LIGHTNBLUE, string);
            return 1;
        }
MUST BE:
pawn Код:
if (!sscanf(params, "fffD(0)D(0)", x, y, z, virtualw, interior))
        {
            new string[128];
            SetPlayerPos(playerid, x, y, z);
            SetPlayerVirtualWorld(playerid, virtualw);
            SetPlayerInterior(playerid, interior);
            format(string, sizeof(string), "Coords changed to : {ffff00}%f, %f, %f, {ffffff}VW : %d, Interior : %d.", x, y, z, virtualw, interior);
            SendClientMessage(playerid, COLOR_LIGHTNBLUE, string);
            return 1;
        }
No?
Reply


Messages In This Thread
| Advanced GotoCoords FS | - by Golimad - 08.02.2014, 21:34
Re: | Advanced GotoCoords FS | - by WantedBot - 08.02.2014, 22:01
Re: | Advanced GotoCoords FS | - by Golimad - 08.02.2014, 22:37
Re: | Advanced GotoCoords FS | - by Team_PRO - 09.02.2014, 05:46
Re: | Advanced GotoCoords FS | - by Golimad - 10.02.2014, 11:58
Re: | Advanced GotoCoords FS | - by Aliassassin123456 - 17.02.2014, 13:26
Re: | Advanced GotoCoords FS | - by biker122 - 17.02.2014, 13:28
Re: | Advanced GotoCoords FS | - by Golimad - 17.02.2014, 17:33

Forum Jump:


Users browsing this thread: 2 Guest(s)