SA-MP Forums Archive
RC Vehicle: Minitank - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: RC Vehicle: Minitank (/showthread.php?tid=164635)



RC Vehicle: Minitank - leapfish - 01.08.2010

Hello guys, I managed to make it working so players can enter RC Minitank without problems... But now my question is, are they able to shoot with it? Like with Barron for example they can shoot normally, what about Tank?

I tried to shoot with the Tank and it isn't working, is there any way to make it working?

Thanks.


Re: RC Vehicle: Minitank - selten98 - 01.08.2010

no not able
or script it urself


Re: RC Vehicle: Minitank - leapfish - 01.08.2010

How to script it? :S


Re: RC Vehicle: Minitank - selten98 - 01.08.2010

i made a start but wont be able to finish it...:
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_FIRE) {
        new rctank == (rctankid);
        if(vehicleid == rctank) {
        }
    }

}