[FilterScript] Flaming Hand
#1

Hey guys, today i fell bored so i got an idea to make a script called 'Flaming Hand'
I didn't upload it on pwn because it is too simple, enjoy




Version 1.1 (Two CMD)

Recommended Version 1.2 (One CMD)

Код:
#include <a_samp>
#include <zcmd>

new Flaming[MAX_PLAYERS];

CMD:flaminghand(playerid)
{
    if(Flaming[playerid] == 0)
    {
        Flaming[playerid] = 1;
	SetPlayerAttachedObject( playerid, 0, 18693, 5, 1.983503, 1.558882, -0.129482, 86.705787, 308.978118, 268.198822, 1.500000, 1.500000, 1.500000 );
	SetPlayerAttachedObject( playerid, 1, 18693, 6, 1.983503, 1.558882, -0.129482, 86.705787, 308.978118, 268.198822, 1.500000, 1.500000, 1.500000 );
	SetPlayerAttachedObject( playerid, 2, 18703, 6, 1.983503, 1.558882, -0.129482, 86.705787, 308.978118, 268.198822, 1.500000, 1.500000, 1.500000 );
	SetPlayerAttachedObject( playerid, 3, 18703, 5, 1.983503, 1.558882, -0.129482, 86.705787, 308.978118, 268.198822, 1.500000, 1.500000, 1.500000 );
		
	SendClientMessage(playerid, 0xFFFFFFAA, "SERVER: Flaming Hand effects is now active.");
    }
    else if(Flaming[playerid] == 1)
    {
        Flaming[playerid] = 0;

        for ( new i = 0; i < 4; i++ )
	if ( IsPlayerAttachedObjectSlotUsed( playerid, i ) )
	RemovePlayerAttachedObject( playerid, i );
        
        SendClientMessage(playerid, 0xFFFFFFAA, "SERVER: Flaming Hand effects has been disabled.");

    }
    return 1;
}
Dont get pissed off with this fs, just for fun
Reply
#2

Nice and simple. +Rep.
You could use If(Flaming[playerid] == 1) and do it. Much easier.
But nice work.
Reply
#3

Nice work man! I always love to see myself as a SSJ from DBZ beast!
Reply
#4

Nice, but it would be better if you could throw flaming balls.
Reply
#5

Quote:
Originally Posted by Affan
Посмотреть сообщение
Nice and simple. +Rep.
You could use If(Flaming[playerid] == 1) and do it. Much easier.
But nice work.
Thanks, check back soon, ill release update.

Quote:
Originally Posted by GhostPerk77
Посмотреть сообщение
Nice work man! I always love to see myself as a SSJ from DBZ beast!
Enjoy!

Quote:
Originally Posted by Onfroi
Посмотреть сообщение
Nice, but it would be better if you could throw flaming balls.
Too advanced . I still a newbie in scripting, ill try it out.
Reply
#6

It's so easy, and if you make fire-killer (xD), it work be best work with fire
Reply
#7

Not bad, you should try to do what Onfroi said. Give it a try, even if you're a scripting beginner.
Reply
#8

cool idea , thanks.
Reply
#9

Version 1.2 Released, now only one cmd to enable/disable the effects
Reply
#10

Quote:
Originally Posted by Onfroi
Посмотреть сообщение
Nice, but it would be better if you could throw flaming balls.
flaming balls haahahhaha
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)