Creating water bombing helicopters
#1

Is anyone knows how to make helicopter to output water?
I really want to add function so when i press 'H' the helicopter (VehID:563) will output water to the ground. I know forsure there was a system like this from this thread..
https://sampforum.blast.hk/showthread.php?tid=365917
How every anyone can tell me where to start to build something like this?
Reply
#2

Bump... Anyone??
Reply
#3

Is it possible? I think you would have to use a mod to do that...
Reply
#4

Quote:
Originally Posted by Blademaster680
Посмотреть сообщение
Is it possible? I think you would have to use a mod to do that...
Yes it is possiable look here: https://sampforum.blast.hk/showthread.php?tid=365917

Tell me if im wrong..

Is this gonna work?

pawn Код:
if(newkeys & KEY_CROUCH) //LSPDBarrier horn gates
{
    if(GetVehicleModel(GetPlayerVehicleID(playerid)) == 563) // 563 is the Raindance model
    {
        new myobject = CreateObject(18720,0,0,-1000,0,0,0,100);
        AttachObjectToVehicle(myobject, GetPlayerVehicleID(playerid), 0.000000,0.000000,-2.550000,0.000000,0.000000,0.000000);
        //then write a message or somthing and give me little of respect .
        //it's not so hard to do it i know
    }
    return 1;
}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)