14.05.2014, 03:14
Why you want a "%s" you can just simply send a "wrong command lol" ? btw, here's my code in my server..
+rep if i help
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if(!success) SendClientMessage(playerid, COLOR_WHITE, "That {00FF00}command{FFFFFF} doesn't exist. Use /help or /newb to see the commands or seek a help.");
return 1;
}