30.08.2011, 19:01
Please I need advice I want to do that when someone on the server lists to players / hitman that he could turn out just who is employed in occupations killer
And do not know where I have to throw the condition please consult
Here is some code hitman
A command normally, need to write the condition of jails
Where should I put it?
Thank you very much!
And do not know where I have to throw the condition please consult
Here is some code hitman
Quote:
if(p_info[playerid][hitman] > 0) { if(byl_to_carkill == 0) { new string[180]; format(string, 180, "[ HITMAN ] Profesionalnн zabijбk %s dostal odměnu za dopadenн hrбče %s ! %d$", name(killerid), name(playerid), p_info[playerid][hitman]); SCMA(bila, string); GivePlayerMoney(killerid, p_info[playerid][hitman]); p_info[playerid][hitman] = 0; } } |
Quote:
if(p_info[playerid][id_povolani] == J_zabijak) |
Thank you very much!