team slot

Šiame forume rašomi vartotojų klausimai/problemos su kuriomis jie susidūrė kuriant pluginus.
Post Reply
morka
Gana aktyvus vartotojas
Posts: 292
Joined: 2011 Jan 08 00:21

team slot

Post by morka »

Kaip supaprastinti toki koda?

Code: Select all

case 0..2:                            {                                if(iCTs <= 0)                                {                                    menu_additem(menu_team, "\wGo to the guards", "1", 0);                                } else                                 {                                    menu_additem(menu_team, "\dGo to the guards", "0", 1);                                }                            }                            case 3..4:                            {                                if(iCTs <= 1)                                {                                    menu_additem(menu_team, "\wGo to the guards", "1", 0);                                } else                                 {                                    menu_additem(menu_team, "\dGo to the guards", "0", 1);                                }                            }                            case 5..7:                            {                                if(iCTs <= 2)                                {                                    menu_additem(menu_team, "\wGo to the guards", "1", 0);                                } else                                 {                                    menu_additem(menu_team, "\dGo to the guards", "0", 1);                                }                            }                            case 8..10:                            {                                if(iCTs <= 3)                                {                                    menu_additem(menu_team, "\wGo to the guards", "1", 0);                                } else                                {                                    menu_additem(menu_team, "\dGo to the guards", "0", 1);                                }                            }                            case 11..18:                            {                                if(iCTs <= 4)                                {                                    menu_additem(menu_team, "\wGo to the guards", "1", 0);                                } else                                 {                                    menu_additem(menu_team, "\dGo to the guards", "0", 1);                                }                            }                            default:                            {                                 if(iCTs <= 6)                                {                                    menu_additem(menu_team, "\wGo to the guards", "1", 0);                                } else                                 {                                    menu_additem(menu_team, "\dGo to the guards", "0", 0);                                }                            }
Image

User avatar
hleV
AMX Mod X ekspertai
Posts: 875
Joined: 2011 Apr 02 11:23
Skype: hlev.lt
Location: Šiauliai

Re: team slot

Post by hleV »

Gali pašalint daxują skliaustų ({ ir }).

Code: Select all

if(iCTs <= 0){    menu_additem(menu_team, "\wGo to the guards", "1", 0);} else {    menu_additem(menu_team, "\dGo to the guards", "0", 1);}
->

Code: Select all

if(iCTs <= 0)    menu_additem(menu_team, "\wGo to the guards", "1", 0);else     menu_additem(menu_team, "\dGo to the guards", "0", 1);
Dėl optimizavimo tai čia viskas gerai pas tave. Aišku galėtum kešuot "\wGo to the guards" ir "\dGo to the guards" eilutes.
Image ← RIP best userbar
DISKUSIJA: KIETAS PLUGIN'O UŽSAKOVAS
Privačios pagalbos neteikiu!

morka
Gana aktyvus vartotojas
Posts: 292
Joined: 2011 Jan 08 00:21

Re: team slot

Post by morka »

Kada tuos kringerius {} naudot pvz

if()
{
veiksmas
veiksmas
}

if()
veiksmas

taip?
Image

User avatar
hleV
AMX Mod X ekspertai
Posts: 875
Joined: 2011 Apr 02 11:23
Skype: hlev.lt
Location: Šiauliai

Re: team slot

Post by hleV »

Taip.
Image ← RIP best userbar
DISKUSIJA: KIETAS PLUGIN'O UŽSAKOVAS
Privačios pagalbos neteikiu!

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot], Bing [Bot] and 1 guest