Forum: Half-Life 1 SDK
13-09-2006
|
Replies: 2
Views: 6,195
Re: Changing a players team
My bad bro, I'm working with metamod. I cracked open amx and got some stuff from that. Not suy why I didn't think about it earlier.
void Player::changeSide()
{
int team =0;
int...
|
Forum: Half-Life 1 SDK
13-09-2006
|
Replies: 2
Views: 6,195
Changing a players team
I've been searching around these forums and other sites for a few days and I can't seem to figure out how to change a players team. Anyone have any simple ways of changing a players team?
|