zcmd problem
#1

Code:
case 'ь','Ь': fixed[i] = 'y';
                case 'х','Х': fixed[i] = '6';
                case 'ц','Ц': fixed[i] = '8';
                case 'д','Д': fixed[i] = '2';
Where should i put this @ zcmd.inc?
Reply
#2

what must this mean?
This has nothing to do with ZCMD
Reply
#3

Well, estonian language has letters like Х,Д,Ц,Ь and zcmd won't work with these.
Reply
#4

Then use english letters for commands and let only the Messages at your language!
pawn Code:
CMD:makemeinenglishletters( playerid, params[ ] )
{
    // Do something here
    SendClientMessage( playerid, -1, "Х,Д,Ц,Ь" );
    return 1;
}
Reply
#5

Well, its pretty annoying to users when they are playing in estonian server and can't use estonian commands. But okay.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)