[Ajuda] Problemas com o arrastar
#10

Usa stock no lugar de public e forward

pawn Код:
stock jArrastar() // Se nгo pegar colocar 'playerid'
{
    for(new i = 0; i < MAX_PLAYERS; ++i)
    {
        if(sendoarrastado[i] == 1)
        {
            //Isto Vai Fazer Com Que Aquele Settimer La Emcima Arraste e Atualize De 1 Em 1 Segundo
            new Float:Pos[3];
            GetPlayerPos(arrastador[i], Pos[0], Pos[1], Pos[2]);
            SetPlayerPos(playerid, Pos[0], Pos[1], Pos[2]);
        }
    }
}
Reply


Messages In This Thread
[Ajuda] Problemas com o arrastar - by OutWorld - 28.04.2011, 19:42
Re: Problemas com o arrastar - by Shadoww5 - 28.04.2011, 19:53
Re: Problemas com o arrastar - by Joaogl - 28.04.2011, 21:49
Re: [Ajuda] Problemas com o arrastar - by Ricop522 - 29.04.2011, 02:06
Re: [Ajuda] Problemas com o arrastar - by Joaogl - 29.04.2011, 12:58
Re: [Ajuda] Problemas com o arrastar - by [J]Johnny_Jones - 29.04.2011, 13:35
Re: [Ajuda] Problemas com o arrastar - by Joaogl - 29.04.2011, 13:57
Re: [Ajuda] Problemas com o arrastar - by Macintosh - 29.04.2011, 14:35
Re: [Ajuda] Problemas com o arrastar - by Joaogl - 29.04.2011, 14:44
Re: [Ajuda] Problemas com o arrastar - by Macintosh - 29.04.2011, 14:51

Forum Jump:


Users browsing this thread: 2 Guest(s)