12.06.2013, 15:46
Not really a bug.
Try using targetid instead of playerid, you have to have a variable
pawn Код:
if(!IsPlayerConnected(targetid)) return SendClientMessage(playerid, COLOR, "Invalid Target ID.");
pawn Код:
new targetid;