26.01.2012, 19:53
HPCheckTimer returns a message to AdminChat like this:
Thats why i use both playerid and ID of target.
In game the CMD works fine. But in IRC im not assigned a playerid.
Edit: ok, i just created public IRCHpCheckTimer, which uses 'siff'. Dont know if its the best way to solve this but..
pawn Код:
"Health Hack test on %s was Positive! Did not lose armour. (By: %s)" pName(Tplayerid), pName(playerid) );
In game the CMD works fine. But in IRC im not assigned a playerid.
Edit: ok, i just created public IRCHpCheckTimer, which uses 'siff'. Dont know if its the best way to solve this but..