[Q] How to / Is it possible ?
#2

I think it's possible OnPlayerKeyStateChange. Get vehicle id and if it's hydra
pawn Код:
new rockets[MAX_PLAYERS];
when he press the fire button
pawn Код:
rockets[playerid] ++;
if he fire 6 rockets..
pawn Код:
if(rockets[playerid] == 6) {
    // Code
}
Reply


Messages In This Thread
[Q] How to / Is it possible ? - by Tautwis - 09.01.2012, 19:09
Re: [Q] How to / Is it possible ? - by Konstantinos - 09.01.2012, 19:14
Re: [Q] How to / Is it possible ? - by Tautwis - 09.01.2012, 19:16
Re: [Q] How to / Is it possible ? - by Tautwis - 10.01.2012, 13:17

Forum Jump:


Users browsing this thread: 1 Guest(s)