i tried, kind of succeded, but it looks a little wierd...
also, what is the third value used for exactly?
im using this in primary attack post, and for some reason, the first shot always makes the crosshair go down, realy down...
PHP Code:
static Float:punchangle[3]
punchangle[0] += random_float(-0.3, 0.3)
punchangle[1] += random_float(-0.3, 0.3)
set_pev(owner,pev_punchangle, punchangle);