Home
last modified time | relevance | path

Searched refs:SV_SWITCHTEAM (Results 1 – 8 of 8) sorted by relevance

/dports/games/assaultcube/AssaultCube_v1.2.0.2/source/src/
H A Dprotocol.h40 SV_SWITCHNAME, SV_SWITCHSKIN, SV_SWITCHTEAM, enumerator
H A Dprotocol.cpp343 SV_SWITCHNAME, 0, SV_SWITCHSKIN, 0, SV_SWITCHTEAM, 0,
H A Dclientgame.cpp201 else addmsg(SV_SWITCHTEAM, "ri", nt); in newteam()
209 addmsg(SV_SWITCHTEAM, "ri", team_tospec(player1->team)); in benchme()
1681 if(!team_isspect(player1->team)) addmsg(SV_SWITCHTEAM, "ri", TEAM_SPECT); in spectate()
H A Dclients2c.cpp579 case SV_SWITCHTEAM: in parsemessages()
H A Dserver.cpp3041 case SV_SWITCHTEAM: in process()
/dports/games/bloodfrontier/bloodfrontier/src/game/
H A Dgame.h457 SV_SWITCHNAME, SV_SWITCHTEAM, enumerator
486 SV_SWITCHNAME, 0, SV_SWITCHTEAM, 0, in msgsizelookup()
H A Dclient.cpp104 addmsg(SV_SWITCHTEAM, "ri", game::player1->team); in switchteam()
H A Dserver.cpp3545 case SV_SWITCHTEAM: in parsepacket()