Page 1 of 1

Dėl ko neduoda XP

Posted: 2011 Feb 18 23:42
by xFrostas
Tema ^

Code: Select all

public Take_Bones(){    static Players[32], Num    get_players(Players, Num, "ach")     for (new id = 0; id < Num; id++)    {         PlayerXP[id] += get_pcvar_num(XP_Take_Bones)    }}

Re: Dėl ko neduoda XP

Posted: 2011 Feb 19 00:28
by newb

Code: Select all

PlayerXP[Players[id]] += get_pcvar_num(XP_Take_Bones)
Tikiuos zinai ka daro "a" flagas get_players.

Re: Dėl ko neduoda XP

Posted: 2011 Feb 19 00:30
by xFrostas
* "a" - don't collect dead players.
by newb

Re: Dėl ko neduoda XP

Posted: 2011 Feb 19 16:29
by aaarnas
"a" - Don't return dead players
"b" - Don't return alive players
"c" - Skip bots
"d" - Skip real players
"e" - Match with passed team
"f" - Match with part of name
"g" - Ignore case sensitivity
"h" - Skip HLTV
newb parašė jau kur klaida.