30.03.2014, 10:08
Hello, I have problem with commands, server crash when I tipe incorrect command text. I think the problem is in this code:
pawn Код:
public OnPlayerCommandPerformed( playerid, cmdtext[ ], success )
{
if(!success )
return SendClientMessage(playerid, RAUDONA,"Tokios komandos nėra! Pagrindinлs komandos:{4FB34D} /komandos");
return 1;
}