Jump to content

Question

Posted

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(2751) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(2784) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(2883) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3213) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3214) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3387) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3502) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3510) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3623) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(3632) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4211) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4381) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4392) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4502) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4504) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4506) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4509) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4511) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4516) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4521) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4526) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4531) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4536) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4541) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4548) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4550) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4553) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4555) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4558) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4572) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4574) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4579) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4584) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4589) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4595) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(4980) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5007) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5026) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5213) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5231) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5386) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5394) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5402) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(5426) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(6001) : warning 217: loose indentation

D:\Jocuri\SA-MP\SAMP Server\gamemodes\CNR.pwn(6012) : warning 217: loose indentation

Pawn compiler 3.2.3664          Copyright © 1997-2006, ITB CompuPhase

46 Warnings.

4 answers to this question

Recommended Posts

Posted

Nu iti face nimnei  ;)

Fa singur!

- Loose Identation

Exemplu Loose Identition

[pawn]public OnPlayerLeaveCheckpoint(playerid)

{

    SendClientMessage(playerid,-1,"You have left a checkpoint.");

        print("Someone left a checkpoint");

    return 1;

}[/pawn]

Reparare

[pawn]public OnPlayerLeaveCheckpoint(playerid)

{

    SendClientMessage(playerid,-1,"You have left a checkpoint.");

    print("Someone left a checkpoint");

    return 1;

}[/pawn]

Guest
This topic is now closed to further replies.
×
×
  • 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.