21.03.2012, 07:26
Hey, I have 2 questions.
One, is it possible to write a function/variable in hex code?
Like Instead of
I write:
Second question is:
What is the animation of the player when he/she gets hit by a gun?
Thanks,
One, is it possible to write a function/variable in hex code?
Like Instead of
pawn Код:
if(PlayerInfo[playerid][Cash] >= money2 && money2 > 0)
pawn Код:
69 66 28 50 6c 61 79 65 72 49 6e 66 6f 5b 70 6c 61 79 65 72 69 64 5d 5b 43 61 73 68 5d 20 3e 3d 20 6d 6f 6e 65 79 32 20 26 26 20 6d 6f 6e 65 79 32 20 3e 20 30 29
What is the animation of the player when he/she gets hit by a gun?
Thanks,