21.02.2013, 12:20
Hello, im trying to change the Server:Unknown command but it doesnt work, I still get the message Server: Unknown command.
Im using sscanf2 and zcmd.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return SendClientMessage(playerid,-1,"Error: Invalid command! Use /help to see all available commands!");
}