[FilterScript] Launch Missle
#1

Launch Missile


What is?
Is a filter script with you can launch a missile from the area 51 with a simple command!

Video

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

Commands

/Launch - " Launch the missile "
/ReloadLaunch - " Reload the missile "

Download

Link 1: http://adf.ly/5FrVb
Link 2: http://adf.ly/5FrRU


Credits
- Script Rapgangsta
- Idea from sergio_xd
Reply
#2

idea from me? god FS
Reply
#3

Shiiit thats Epic! 10/10
Reply
#4

Awesome the final of the video
Reply
#5

Does it explode?and it would be good if you added something like, you can enter a location like Los Santos - Vinewood, and then send the object there and make it explode.
Reply
#6

Awesome! 10/10
Reply
#7

Hahaha NICE
Reply
#8

Great work 10/10
(wont use it)
Reply
#9

Cool

I fixed the commands

pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/Launch", cmdtext, true) == 0) //here
    {
        new Float: ics,
        Float: ipsi,
        Float: zeta;
        for(new z; z < MAX_OBJRAZZO; z++)
        {
            GetObjectPos(ObjRazzo[z],ics,ipsi,zeta);
            MoveObject(ObjRazzo[z],ics,ipsi,zeta+1000,80);
        }
        return 1;
    }
    if(strcmp("/ReloadLaunch", cmdtext, true) == 0) //here
    {
        for(new z; z < MAX_OBJRAZZO; z++)
        {
            DestroyObject(ObjRazzo[z]);
        }
        CreateObjects();
        return 1;
    }
    return 0; //here
}
Reply
#10

- Idea from This FS: https://sampforum.blast.hk/showthread.php?tid=167559
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)