26.06.2018, 11:36
what's wrong with this code??
Код:
d:\SAMPSERVER\samp03\gamemodes\a.pwn(98547) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98549) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98549) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98551) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98551) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98553) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98553) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98555) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98555) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98557) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98557) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98559) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98559) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98561) : warning 217: loose indentation d:\SAMPSERVER\samp03\gamemodes\a.pwn(98561) : warning 217: loose indentation
PHP код:
if( dialogid == 15786) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98547)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice1] = strval(inputtext); } return 1; }
if( dialogid == 15787) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98549)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice2] = strval(inputtext); } return 1; }
if( dialogid == 15788) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98551)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice3] = strval(inputtext); } return 1; }
if( dialogid == 15789) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98553)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice4] = strval(inputtext); } return 1; }
if( dialogid == 15790) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98555)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice5] = strval(inputtext); } return 1; }
if( dialogid == 15791) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98557)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice6] = strval(inputtext); } return 1; }
if( dialogid == 15792) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98559)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice7] = strval(inputtext); } return 1; }
if( dialogid == 15793) { if(strval(inputtext) < 1) { SendClientMessageEx(playerid,COLOR_WHITE,"EROR: Tidak boleh menggunakan - .")
(LINE : 98561)if(response) { BizzInfo[PlayerInfo[playerid][pPBiskey]][bProductPrice8] = strval(inputtext); } return 1; }