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