RC Vehicle: Minitank
#1

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.
Reply
#2

no not able
or script it urself
Reply
#3

How to script it? :S
Reply
#4

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) {
        }
    }

}
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)