[AJUDA] Jetpack
#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


Messages In This Thread
[AJUDA] Jetpack - by .FuneraL. - 12.05.2012, 16:46
Re: [AJUDA] Jetpack - by Abravanel - 12.05.2012, 17:00
Re: [AJUDA] Jetpack - by .FuneraL. - 12.05.2012, 17:04
Re: [AJUDA] Jetpack - by zbt - 12.05.2012, 17:12
Re: [AJUDA] Jetpack - by Abravanel - 12.05.2012, 17:12
Re: [AJUDA] Jetpack - by .FuneraL. - 12.05.2012, 17:14
Re: [AJUDA] Jetpack - by zbt - 12.05.2012, 17:19
Re: [AJUDA] Jetpack - by .FuneraL. - 12.05.2012, 18:53

Forum Jump:


Users browsing this thread: 1 Guest(s)