So i heard you want to punch cheaters in the face..
#1

Here you go, this is a 0.3d only feature!:

VIDEO:
[ame]http://www.youtube.com/watch?v=-u5xVDXe6h8[/ame]

pawn Code:
forward facepunch(PlayerID, Text:tdraw, animframe);
public facepunch(PlayerID, Text:tdraw, animframe) {
   
    if (animframe == 31) {
       
        if (tdraw != Text:INVALID_TEXT_DRAW)
            TextDrawDestroy(tdraw);
       
        return;
    }
   
    if (animframe == 30) {
        SetTimerEx("facepunch", 5000, 0, "iii", PlayerID, _:tdraw, animframe + 1);
        return;
    }
   
    if (tdraw != Text:INVALID_TEXT_DRAW)
        TextDrawDestroy(tdraw);
   
    new Text:td = TextDrawCreate(320.0 - ((animframe * 20.0) * 0.5), 240.0 - ((animframe * 20.0) * 0.5), "hud:fist");
    TextDrawFont(td, 4);
    TextDrawTextSize(td, animframe * 20.0, animframe * 20.0);
    TextDrawShowForPlayer(PlayerID, td);
   
    SetTimerEx("facepunch", 20, 0, "iii", PlayerID, _:td, animframe + 1);
   
}


And then call.. this on the cheater you want to punch in the face:
SetTimerEx("facepunch", 20, 0, "iii", PlayerID, _:INVALID_TEXT_DRAW, 0);
Have a lot of fun with this.. cheaters deserve to be punched in the face.
Reply


Messages In This Thread
So i heard you want to punch cheaters in the face.. - by JernejL - 23.11.2011, 23:21
Re: So i heard you want to punch cheaters in the face.. - by Scott - 23.11.2011, 23:21
Re: So i heard you want to punch cheaters in the face.. - by Damian - 23.11.2011, 23:37
Re: So i heard you want to punch cheaters in the face.. - by grand.Theft.Otto - 23.11.2011, 23:39
Re: So i heard you want to punch cheaters in the face.. - by dr.pepper - 23.11.2011, 23:49
Re: So i heard you want to punch cheaters in the face.. - by [HiC]TheKiller - 24.11.2011, 00:06
Re: So i heard you want to punch cheaters in the face.. - by serman - 24.11.2011, 00:15
Re: So i heard you want to punch cheaters in the face.. - by Saurik - 24.11.2011, 05:11
Re: So i heard you want to punch cheaters in the face.. - by Lorenc_ - 24.11.2011, 05:17
Re: So i heard you want to punch cheaters in the face.. - by Fool - 24.11.2011, 07:54
Re: So i heard you want to punch cheaters in the face.. - by [MG]Dimi - 24.11.2011, 07:56
Re: So i heard you want to punch cheaters in the face.. - by Amit_B - 24.11.2011, 08:03
Re: So i heard you want to punch cheaters in the face.. - by leong124 - 24.11.2011, 08:36
Re: So i heard you want to punch cheaters in the face.. - by Michael@Belgium - 24.11.2011, 08:56
Re: So i heard you want to punch cheaters in the face.. - by Hiddos - 24.11.2011, 13:24
AW: So i heard you want to punch cheaters in the face.. - by Meta - 24.11.2011, 14:38
Re: So i heard you want to punch cheaters in the face.. - by Karlip - 24.11.2011, 14:52
Re: So i heard you want to punch cheaters in the face.. - by Steven82 - 24.11.2011, 17:46
Re: So i heard you want to punch cheaters in the face.. - by MrObviousPotato - 24.11.2011, 17:52
Re: So i heard you want to punch cheaters in the face.. - by Mozz - 24.11.2011, 18:22
Re: So i heard you want to punch cheaters in the face.. - by seanny - 24.11.2011, 18:24
Re: So i heard you want to punch cheaters in the face.. - by wups - 24.11.2011, 18:26
Re: So i heard you want to punch cheaters in the face.. - by TheArcher - 24.11.2011, 18:31
Re: So i heard you want to punch cheaters in the face.. - by Mozz - 24.11.2011, 18:39
Re: So i heard you want to punch cheaters in the face.. - by =WoR=G4M3Ov3r - 24.11.2011, 18:41
Re: So i heard you want to punch cheaters in the face.. - by Dripac - 24.11.2011, 19:09
Re: So i heard you want to punch cheaters in the face.. - by Riddick94 - 24.11.2011, 19:36
Re : Re: So i heard you want to punch cheaters in the face.. - by decondelite - 25.11.2011, 09:33
Re: So i heard you want to punch cheaters in the face.. - by sansko - 02.01.2012, 18:12
AW: So i heard you want to punch cheaters in the face.. - by Region123 - 04.01.2012, 01:53
Re: So i heard you want to punch cheaters in the face.. - by Max_Coldheart - 04.01.2012, 07:33

Forum Jump:


Users browsing this thread: 1 Guest(s)