View Single Post
bloodypizza
BANNED
Join Date: Nov 2005
Location: Slöinge,FALKENBG,SWE
Old 09-13-2006 , 19:55   Re: Why doesn't this code work?
Reply With Quote #6

new CsTeams:teamSaid = cs_get_user_team(id);to:
new teamSaid = cs_get_user_team(id);

or

if(cs_get_user_team(i) == teamSaid) {
to
if(cs_get_user_team(i) == CsTeams:teamSaid) {
does it work then?
bloodypizza is offline
Send a message via MSN to bloodypizza