20.01.2011, 02:51
Also you don't need to check if the player is connected as sscanf does that for you.
use this instead:
use this instead:
pawn Код:
if(ID == INVALID_PLAYER_ID)
return ircsay(conn, channel, "4*** Error: Invalid player ID.");