Have some warning
#1

Код:
./includes/NGGv5.1.pwn(108072) : warning 217: loose indentation
./includes/NGGv5.1.pwn(108094) : warning 217: loose indentation
need some help
Reply
#2

It's because you haven't properly indented your script and it's messy. You should probably clean it up. Paste this and it should fix your issues.

PHP код:
    if(dialogid == BENVIENMAU)
    {
        if(
response)
        {
            if(
listitem == 0)
            {
                if(
PlayerInfo[playerid][pCash] < 20000)
                    
SendClientMessageEx(playeridCOLOR_LIGHTBLUE"Ban Khфng du tiкn dк su dung dich vu nаy!");
                else
                {
                    
GivePlayerCash(playerid, -20000);
                    
SetPlayerHealth(playerid35);
                    return 
1;
                }
            }
            if(
listitem == 1)
            {
                if(
PlayerInfo[playerid][pCash] < 30000)
                    
SendClientMessageEx(playeridCOLOR_LIGHTBLUE"Ban Khфng du tiкn dк su dung dich vu nаy!");
                else
                {
                    
GivePlayerCash(playerid, -30000);
                    
SetPlayerHealth(playerid50);
                    return 
1;
                }
            }
            if(
listitem == 2)
            {
                if(
PlayerInfo[playerid][pCash] < 45000)
                    
SendClientMessageEx(playeridCOLOR_LIGHTBLUE"Ban Khфng du tiкn dк su dung dich vu nаy!");
                else
                {
                    
GivePlayerCash(playerid, -45000);
                    
SetPlayerHealth(playerid100);
                    return 
1;
                }
            }
            if(
listitem == 3)
            {
                if(
PlayerInfo[playerid][pCash] < 85000)
                    
SendClientMessageEx(playeridCOLOR_LIGHTBLUE"Ban Khфng du tiкn dк su dung dich vu nаy!");
                else
                {
                    
GivePlayerCash(playerid, -85000);
                    
SetPlayerHealth(playerid100);
                    
SetPlayerArmour(playerid50);
                    return 
1;
                }
            }
        }
    } 
Reply
#3

https://sampforum.blast.hk/showthread.php?tid=274028
Reply
#4

thanks Bro
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)