SA-MP Forums Archive
Some help "ц"д" - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Some help "ц"д" (/showthread.php?tid=614188)



Some help "ц"д" - b0b - 05.08.2016

PHP код:
CMD:v6tat88(playeridparams[])
{
    if(
Logged[playerid] == true)
    {
        if(
PlayerInfo[playerid][Tookoht] == 0)
        {
            if(
IsPlayerInRangeOfPoint(playerid1.0,Tookoht_TEST_X,Tookoht_TEST_Y,Tookoht_TEST_Z)) /
            {
            
JoinJob[playerid] = 1;
            
ShowDialog(playerid11);
            }
            else 
SendClientMessage(playeridCOLOR_WHITE"Siin ei saa uhtegi tood");
        }
        else 
SendClientMessage(playeridV_SININE"Sul on juba too olemas");
    }
    else 
SendClientMessage(playerid,0xFF0000FF"VIGA: {0049FF}Sa ei ole veel sisse loginud");
    return 
1;

If i go ingame and try wrige /vхtatцц its says COMMAND Is no avible?? How i cat but Ц and Х?


Re: Some help "ц"д" - b0b - 05.08.2016

bump


Re: Some help "ц"д" - b0b - 05.08.2016

help


Re: Some help "ц"д" - iKarim - 05.08.2016

You can't, AFAIK. Only English letters can be used in PAWN.