|
Author
|
Message
|
|
Senior Member
|

01-07-2015
, 14:19
Re: bug sma
|
#1
|
I have to change only this?
Quote:
public alegem_mosul()
{
new jucatori[32], num;
get_players(jucatori, num, "e", "CT")
static iPlayersnum
iPlayersnum = get_alives()
if(iPlayersnum < 1)
return;
static mos;
mos = jucatori[random(num-1)]
if(!is_user_connected(mos) || !is_user_alive(mos) || get_user_team(mos) != 2)
{
alegem_mosul()
return;
}
new nume[32];
get_user_name(mos, nume, charsmax(nume))
color(0, ".e[Server].v %s.g Is Mosul. He must save Christmas.", nume)
set_hudmessage(random(256), random(256), random(256), 0.03, 0.72, 1, 6.1, 6.0)
ShowSyncHudMsg(0, event_sync, "%s A FOST ALES MOS!", nume)
set_santa(mos)
}
|
If you can show me what i have to change with bold and red color in plugin..i changed these 2 but i still get bug
Last edited by luciaus18; 01-07-2015 at 14:41.
|
|
|
|