need help with /count
#1

i got problem with /count , when i count all in server see it,i want only those players see who are near me ....

heres command


Quote:

}
return 1;
}
if(strcmp(cmd,"/count",true)==0)
{
cd_sec = 5;
cd_timer = SetTimer("countdown", 999, 1);
return true;
}

and that thing what i added to end

Quote:

public countdown()
{
if(cd_sec == 0)
{
GameTextForAll("~r~Go!",1000,3);
KillTimer(cd_timer);
}
else
{
new string[8];
format(string,sizeof(string),"~g~%d",cd_sec);
GameTextForAll(string,1000,3);
}
cd_sec = cd_sec-1;
return 1;
}

Reply
#2

I will try to make something for you. will post when done.
Reply
#3

thx ur the best u helped me with /mute 2 ,and if u can help me later with login then tell me please
Reply
#4

Try
http://pastebin.com/d32983642
Reply
#5

it still shows to everyone
Reply
#6

decrease the radius, i thought this should work.
Reply
#7

how lol
Reply
#8

lower the radius to 5 degrees.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)