View Single Post
Question for Suprem Elite coder
Old
  (#1)
lance[3k] is Offline
Junior Member
 
Posts: 3
Join Date: Feb 2003
   
Default Question for Suprem Elite coder - 02-14-2003, 12:14 AM

OK it is possible from a server (scr file) to read a cvar(in a cfg file from a player) from a client computer in a script?

i need this because i wante because i need to anable only a part of ppl to join a team (only ppl with the cvar set to what i wanted)

example:

if (cvar_from_server_side == cyar_from_player_side)
{
if (local.player.dmteam == "axis")
{
$player[local.p] stufftext ("join_team allies")
iprintln ("Teams " + local.player.tag + "swapped to allies")
}
}


thx in advance
  
Reply With Quote