• 0
Sign in to follow this  
Followers 0
Guest Vlad_Botorov

ERROR

Question

Ошибка:

Цитата

C:\Users\��-�����\Desktop\Juins Role Play\gamemodes\juins.pwn(32781) : error 029: invalid expression, assumed zero

Строки:

Цитата

CMD:lspdtest(playerid)
{
    {
    if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GREY, YouCanNot);
    {
        if(!opendoors[playerid][8])
        {
        opendoors[playerid][8] = true;
        MoveObject(gate,239.59579, 118.60400, 1002.21527, 2.2); // gate - переменная | 1592.30505, -1638.12512, 14.28296 - коорды закрытых ворот | 2.2 - скорость открытия ворот
        SetPlayerChatBubble(playerid, "открывает дверь", COLOR_PURPLE, 13.0, 10000);
        }
        else
        {
            opendoors[playerid][8] = false;
            MoveDynamicObject(Doors[8],239.59579, 120.05400, 1002.21527, 2.2);
            SetPlayerChatBubble(playerid, "закрывает дверь", COLOR_PURPLE, 13.0, 10000);
        }
    }    
    else SendClientMessage(playerid, COLOR_GREY, "[Ошибка] TEST");
    }    
    return 1;
}

Расскажите что за проблема, буду благодарен.

Share this post


Link to post

2 answers to this question

  • 0

Гость Vlad_Botorov, определенно строчку 32781 скиньте.

Share this post


Link to post
  • 0
CMD:lspdtest(playerid)
{
    if(!IsACop(playerid)) return SendClientMessage(playerid, COLOR_GREY, YouCanNot);
    {
        if(!opendoors[playerid][8])
        {
        	opendoors[playerid][8] = true;
        	MoveObject(gate,239.59579, 118.60400, 1002.21527, 2.2);
        	SetPlayerChatBubble(playerid, "открывает дверь", COLOR_PURPLE, 13.0, 10000);
        }
        else
        {
            opendoors[playerid][8] = false;
            MoveDynamicObject(Doors[8],239.59579, 120.05400, 1002.21527, 2.2);
            SetPlayerChatBubble(playerid, "закрывает дверь", COLOR_PURPLE, 13.0, 10000);
        }
    }    
    else SendClientMessage(playerid, COLOR_GREY, "[Ошибка] TEST");    
    return 1;
}

 

Edited by Shambler3

Share this post


Link to post
Guest
This topic is now closed to further replies.
Sign in to follow this  
Followers 0
  • Recently Browsing   0 members

    No registered users viewing this page.