06.09.2014, 08:56
i don't know what is wrong with this
i got no warnings or something
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
if (!success)
{
SendClientMessage(playerid,white,""lgreen"S"lorange"E"lred"R"lyellow"V"lblue"E"lpink"R"lwhite": "lgrey"This command has not found in the System, Please use /cmds(/commands) or /help For more Info.");
}
return 1;
}