[Pedido] /Continuar
#2

Tipe:

pawn Код:
if(strcmp("/Continuar", cmdtext, true, 10) == 0)
    {
        new PosSalva[MAX_PLAYER_NAME];
        new vtrr[256];
        GetPlayerName(playerid, PosSalva, sizeof(PosSalva));
        format(vtrr, sizeof(vtrr), Contas, PosSalva);
        ContX[playerid] = dini_Float(vtrr,"ContinuarX");
        ContY[playerid] = dini_Float(vtrr,"ContinuarY");
        ContZ[playerid] = dini_Float(vtrr,"ContinuarZ");
        SetPlayerPos(playerid, ContX[playerid],  ContY[playerid], ContZ[playerid]);
        SetPlayerInterior(playerid, 0);
        SetCameraBehindPlayer(playerid);
        SendClientMessage(playerid, -1, "Mensagem que ele usou o continuar....");
        return 1;
    }
Й apenas й um exemplo. E no caso, troque o ContX..Y...Z pela variбvel que salva a ъltima posiзгo salva de seu servidor..
Reply


Messages In This Thread
/Continuar - by clerISoN - 03.07.2013, 16:08
Re: /Continuar - by iCracker - 03.07.2013, 16:23
Re: /Continuar - by clerISoN - 03.07.2013, 16:29
Re: /Continuar - by ProKillerpa - 03.07.2013, 16:36
Re: /Continuar - by Knight97 - 03.07.2013, 17:36
Re: /Continuar - by Mateus_. - 07.07.2013, 20:54

Forum Jump:


Users browsing this thread: 1 Guest(s)