Re: [AHK] samp udfEx
Numpad3::
callFuncForAllStreamedInPlayers("foo", 300)
return
; cfunc prototype: somefunc(o); o = Object("NAME", "ID", "PING", "SCORE", "ISNPC", "PED", "POS", "HP", "ARMOR")
; this function is then called for each player
foo(o)
{
if(!o)
return
Position :=...