[FilterScript] Power-Fire
#1



How to use it:
1. Input: "/fire"
2. Press the "punch key"


You launch the fiery wave that will destroy anything and anyone in its path.

Video:
[ame]http://www.youtube.com/watch?v=T8kJ5_zAwXc[/ame]

Created by BRICS

Download:
DropBox
Mediafire
Pastebin
Reply
#2

please comment
Reply
#3

Add a pastebin link then i will rate .
Reply
#4

Nice 1
May be for a DM game
Reply
#5

Looks totally awesome. I like how it affects vehicles.
Reply
#6

Very Nice. You are good BRICS.
Reply
#7

Pastebin link Click Me
Reply
#8

Wow very nice
Reply
#9

GJ man .. its nice .. but how to make for admin only ??
Reply
#10

make access to the /fire only for the administrator
Reply
#11

Up!
Reply
#12

Nooooooo i was going to create something like that on my server however good job its really enjoying to be honest.
Reply
#13

this looks very well. good job
Reply
#14

Первыйнах!
Reply
#15

Epic!

Kill it with fire! :P
Reply
#16

You Rock !!!
Reply
#17

epic job
Reply
#18

hey man very good fs,but how to make that only admins could do it?pls tell us
Reply
#19

PHP Code:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp(FIRE_CMDcmdtexttrue10) == 0)
    {
        if(!
IsPlayerAdmin(playerid))return 0;
        if(
S[playerid] > -1)return SendClientMessage(playerid,-1,ERROR_1);
        
S[playerid] = 1;
        
Fires[playerid] = 5;
        
SendClientMessage(playerid,-1,POWER_FIRE_ENABLED_TEXT);
        return 
1;
    }
    return 
0;

Reply
#20

This script will not be working sometimes: if too many(~30-40) explosions(CreateExplosion) exist in 1 time, newest explosions can`t be created.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)