Need Help
#1

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;
}
Reply
#2

Quote:
Originally Posted by Ralfie
Посмотреть сообщение
pawn Код:
public OnPlayerCommandPerformed(playerid, cmdtext[], success)
{
    if(!success) SendClientMessage(playerid, RAUDONA,"Tokios komandos nėra! Pagrindinлs komandos:{4FB34D} /komandos");
    return 1;
}
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)