View Single Post
  #1  
Old 03-07-2004, 02:30 AM
Fhqwhgads Fhqwhgads is offline
Registered User
Join Date: Nov 2003
Location: Chicago
Posts: 57
Fhqwhgads is on a distinguished road
Send a message via AIM to Fhqwhgads
question bout setplayerprop

why doesnt this work? I tried clientside and i tried setcharprop too.. so why wont it work? it works with setplayerprop #c
NPC Code:

if (playerchats && strequals(#c,red)){
setplayerprop #g,Red Team;
}

Reply With Quote