Jump to content

Question

Posted

am facut si eu sistem de gate, mergea inainte sa pun verificarea de politist si dupa ce pun imi da erorile astea:  

---------------------------------------------------------\gamemodes\gamemodemobile.pwn(5237) : warning 217: loose indentation
---------------------------------------------------------\gamemodes\gamemodemobile.pwn(5243) : warning 217: loose indentation

ce as putea face?

Capture.PNG

6 answers to this question

Recommended Posts

  • 0
Posted

Vezi acea acolada "}" nu ai pus-o bine, pune-o in rand cu cealalta "{"

NU E DE COMPETENTA MEA SA FAC LUMEA MAI BUNA.

 

  • 0
Posted
10 minutes ago, RABIGKY said:

Vezi acea acolada "}" nu ai pus-o bine, pune-o in rand cu cealalta "{"

nu inteleg... daca poti sa scri tu aici ca iti dau codul cum e acum in gm

    if (newkeys & KEY_CROUCH )// daca apasa tasta KEY_CROUCH
                if(!IsACop(playerid)) return SCM(playerid, -1, "Nu poti deschide poarta deoarece nu esti politist!");
                if(IsPlayerInRangeOfPoint(playerid, 15, 1586.81323, -1637.93604, 14.95745))
                  {
                    MoveObject(GatePD1, 1586.81323, -1637.93604, 9.52512, 5.0, 0.00000, 0.00000, 0.00000);
                    SetTimer("MoveGatePd1",5000,0);
                    SendClientMessage(playerid,-1,"Ai deschis poarta 5 secunde!");
        }

  • 0
Posted (edited)

if (newkeys & KEY_CROUCH )// daca apasa tasta KEY_CROUCH
                if(!IsACop(playerid)) return SCM(playerid, -1, "Nu poti deschide poarta deoarece nu esti politist!");
                if(IsPlayerInRangeOfPoint(playerid, 15, 1586.81323, -1637.93604, 14.95745))
                  {
                    MoveObject(GatePD1, 1586.81323, -1637.93604, 9.52512, 5.0, 0.00000, 0.00000, 0.00000);
                    SetTimer("MoveGatePd1",5000,0);
                    SendClientMessage(playerid,-1,"Ai deschis poarta 5 secunde!");
                   }

 

Vezi acum..

Edited by RABIGKY

NU E DE COMPETENTA MEA SA FAC LUMEA MAI BUNA.

 

  • 0
Posted

stai, ca-ti dau mesaj sa nu facem aici spam

NU E DE COMPETENTA MEA SA FAC LUMEA MAI BUNA.

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.