09.03.2015, 06:12
Shouldn't the IsPlayerConnected in your contract command be "id", not "playerid"?
pawn Code:
if(!IsPlayerConnected(playerid)) return SendClientMessage(playerid, -1, "{A3A1A0}That player is not connected.");