19.03.2014, 18:46
first try to add an "else" infront of your "{" after the sscanf part check
pawn Код:
if(sscanf(params, "u", giveplayerid)) return SendClientMessageEx(playerid, COLOR_GREY, "USAGE: /drag [playerid]");
else
{