warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning.
16 if (strcmp("/gps", cmdtext, true, 10) == 0)
17
18 ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST,"Hedefi belirleyiniz","LSPD\nBelediye\n24/7\nDMV\nBenzin İstasyonu\nPig Pen\nAlhambra\nHastane\nCounty General Hospital\nBanka\nJefferson\nKilise\nTurn off GPS","Mark","Close");
19 return 1;
20 }
|
Код:
warning 217: loose indentation Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Warning. Код:
16 if (strcmp("/gps", cmdtext, true, 10) == 0)
17
18 ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST,"Hedefi belirleyiniz","LSPD\nBelediye\n24/7\nDMV\nBenzin İstasyonu\nPig Pen\nAlhambra\nHastane\nCounty General Hospital\nBanka\nJefferson\nKilise\nTurn off GPS","Mark","Close");
19 return 1;
20 }
|
if (strcmp("/gps", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST,"Hedefi belirleyiniz","LSPD\nBelediye\n24/7\nDMV\nBenzin Istasyonu\nPig Pen\nAlhambra\nHastane\nCounty General Hospital\nBanka\nJefferson\nKilise\nTurn off GPS","Mark","Close");
return 1;
}
#pragma tabsize 0
if (strcmp("/gps", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST,"Hedefi belirleyiniz","LSPD\nBelediye\n24/7\nDMV\nBenzin Istasyonu\nPig Pen\nAlhambra\nHastane\nCounty General Hospital\nBanka\nJefferson\nKilise\nTurn off GPS","Mark","Close");
return 1;
}
if(strcmp("/gps", cmdtext, true, 10) == 0)
{
ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST,"Hedefi belirleyiniz","LSPD\nBelediye\n24/7\nDMV\nBenzin İstasyonu\nPig Pen\nAlhambra\nHastane\nCounty General Hospital\nBanka\nJefferson\nKilise\nTurn off GPS","Mark","Close");
return 1;
}
if (strcmp("/gps", cmdtext, true, 10) == 0)
if (strcmp("/gps", cmdtext, true, 4) == 0)