26.01.2012, 17:03
playerid is the player that type the command, so it's impossible to be offline. Change it to
pawn Код:
if( id == INVALID_PLAYER_ID) return SendClientMessage(..);