Instant kill with baseball bat?
#6

Quote:
Originally Posted by Kar
Посмотреть сообщение
wow thank you for that calton i was wondering how to 1 hit with knife

is it very accurate?
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) {
     if(newkeys & KEY_FIRE) {
          if(GetPlayerWeapon(playerid) == 4) {
              for(new i = 0; i < GetMaxPlayers(); i++ ) {
                    if(!IsPlayerConnected(i)) continue;
                    if(IsPlayerBehindPlayer(playerid, i, 1.0)) {
                         SetPlayerHealth(i, 0);
                    }
              }
          }
     }
     return 1;
}
Reply


Messages In This Thread
Instant kill with baseball bat? - by Shadow_Gengar - 04.08.2010, 16:19
Re: Instant kill with baseball bat? - by BP13 - 04.08.2010, 16:24
Re: Instant kill with baseball bat? - by Carlton - 04.08.2010, 16:52
Re: Instant kill with baseball bat? - by Kar - 04.08.2010, 16:57
Re: Instant kill with baseball bat? - by BP13 - 04.08.2010, 17:02
Re: Instant kill with baseball bat? - by Carlton - 04.08.2010, 17:07
Re: Instant kill with baseball bat? - by Daren_Jacobson - 04.08.2010, 18:03
Re: Instant kill with baseball bat? - by Carlton - 04.08.2010, 18:36
Re: Instant kill with baseball bat? - by Daren_Jacobson - 04.08.2010, 18:41
Re: Instant kill with baseball bat? - by Kar - 04.08.2010, 20:42

Forum Jump:


Users browsing this thread: 1 Guest(s)