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

Reply
#3

Reply
#4

lmfao ! Covers up their screen, should keep them pissed off for some time
Reply
#5

Quote:
Originally Posted by Damian
View Post
Offtopic: Where'd you find my mom? lol'd at the pic hard.

Ontopic: Nice feature that you can use in 0.3d. So now we can piss of cheaters lol.
Reply
#6

Omg, I have always wanted to script something like this, it has been my dream!!!
Reply
#7

Nice Love it
Reply
#8

must add sound !
Reply
#9



Well..... HELL FUCKING YEAH IM USING THIS!
Reply
#10

I really thought this would punch them, turns out it's true.
Reply
#11

Awesome. Good job
Reply
#12

I like your scripting style. No global variables at all.
Reply
#13

This is very funny.
However, it can be replaced by spamming textdraw ADs to them, to piss them off without the need of 0.3d.
Reply
#14

Haha I'll use this
Reply
#15

Would there also be a scary sprite available? Combine it with the audio streaming feature I'd make the maze game
Reply
#16

simple and clever
Reply
#17

Lots of mothers are gonna send complaints to team@sa-mp.com regarding kids having faces punched in.
Reply
#18

Quote:
Originally Posted by Karlip
View Post
Lots of mothers are gonna send complaints to team@sa-mp.com regarding kids having faces punched in.
lol'd
Reply
#19

Quote:
Originally Posted by Hiddos
View Post
Would there also be a scary sprite available? Combine it with the audio streaming feature I'd make the maze game
There is a "scary" sprite of a man dropping the soap... If you think that's scary.
Reply
#20

Just a question, since this may be for only admins why wouldn't you just ban a cheater? makes more sense logistically.

Or a suggestion if I may - script this through a voting or report system for when no admins are online and if the vote/report passes then this happens to the cheater.

I like it though it's something new.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)