How to forward both 'target' and 'playerid'
#1

This is my code

pawn Код:
SetTimerEx("OnMechanicGotoTarget",100,true,"",playerid);
I am working with 'target' and 'playerid'. How can I forward them both?

Regards, Jochem
Reply
#2

pawn Код:
SetTimerEx("OnMechanicGotoTarget",100,true,"ii",playerid,target);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)