Quote:
Originally Posted by Ralfie
Interesting, got a question why are you using a timer and not calling it automatically here?
Code:
SetTimerEx("OnGBugAbuse",1,false,"ii",playerid,vid);
as such?
Code:
CallLocalFunction("OnGBugAbuse", "ii", playerid, vid);
|
oops i forgot to change it there was something else i was testing with it forgot to change thanks for notice