22.01.2011, 14:29
You should try removing this "else" from here:
I have a command similar to yours, but with x y z as paraments, and works. Even though it's a self-action, which doesn't needs a ID paraments. And it's not using sscanf.
pawn Код:
if(!IsPlayerConnected(id)) return SendClientMessage(playerid,COLOR_RED,"Player not connected");
else // here