[AJUDA] Jetpack
#1

Pessoal , elaborei um CMD onde eu preciso criar um jetpack no player logo quando ele utilizar o comando, Jб tentei utilizar SetPlayerSpecialAction , Alguem sabe ID ou Algo para que o player Possa ganhar o Jet Quando executar o Comando?
Reply
#2

pawn Код:
CMD:jetpack(playerid) return SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
Caso nгo funcione, poste o comando que vocк criou.
Reply
#3

pawn Код:
if(!strcmp(cmdtext, "/balao", true))
    {
        new Float:X, Float:Y, Float:Z, NomeB[MAX_PLAYER_NAME], string[256];
        GetPlayerName(playerid, NomeB, MAX_PLAYER_NAME);
        format(string, sizeof(string), "{9400D3}[INFO]:{B5B5B5} %s [ID: {9400D3}%d{B5B5B5}] Criou um Balгo!", NomeB, playerid);
        SendClientMessageToAll(-1, string);
        GetPlayerPos(playerid, X, Y, Z);
        SetPlayerAttachedObject(playerid, 3, 19337, 10, 0.0, 0.5, 0.0, 90.0, -90.0, 0.0, 1, 1, 1);
        SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USEJETPACK);
        SetPlayerPos(playerid, X, Y -2, Z +3);
        return 1;
    }
Tentei Criar o CMD assim ^^
Reply
#4

Retire o SetPlayerPos.

Idйia legal : }
Reply
#5

Afinal, vocк estб tentando criar um balгo ou um jetpack ._. ?
Caso for um balгo de uma olhada nesse tуpico:
https://sampforum.blast.hk/showthread.php?tid=336497
Caso for um jetpack, use apenas o SetPlayerSpecialAction

Nгo entendi bem o cуdigo! :S
Reply
#6

Na verdade , estou tentando criar o balгo , mas com o Jetpack Acoplado ao Player quando ele utilizar o Comando ^^

O Balгo й apenas Attached ^^
Reply
#7

Quote:
Originally Posted by .FuneraL.
Посмотреть сообщение
Na verdade , estou tentando criar o balгo , mas com o Jetpack Acoplado ao Player quando ele utilizar o Comando ^^

O Balгo й apenas Attached ^^
Achei essa sua ideia mais bacana do que aquelas jб existentes ; }
Reply
#8

Consegui criar. Usei a Funзгo do AFerreira com um Loop.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)