Searched refs:pl_team (Results 1 – 5 of 5) sorted by relevance
/dports/games/xonotic/Xonotic/source/qcsrc/common/minigames/minigame/ |
H A D | pong.qc | 314 entity pong_paddle_spawn(entity minigame, int pl_team, entity real_player) 318 paddle.origin = pong_team_to_paddlepos(pl_team); 321 paddle.team = pl_team; 322 paddle.mins = pong_team_to_box_halfsize(pl_team,-paddle.pong_length,-1/16); 323 paddle.maxs = pong_team_to_box_halfsize(pl_team,paddle.pong_length,1/16); 330 minigame.pong_paddles[pl_team-1] = paddle;
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/ |
H A D | client.c | 1391 int Handle_team(int id, int pl_team) in Handle_team() argument 1400 if (BIT(Setup->mode, TEAM_PLAY) && (pl_team < 0 || pl_team >= MAX_TEAMS)) { in Handle_team() 1401 warn("Illegal team %d received for player id %d", pl_team, id); in Handle_team() 1404 other->team = pl_team; in Handle_team()
|
H A D | netclient.c | 2011 u_byte ch, pl_team; in Receive_team() local 2013 if ((n = Packet_scanf(&cbuf, "%c%hd%c", &ch, &id, &pl_team)) <= 0) in Receive_team() 2015 if (Handle_team(id, pl_team) == -1) in Receive_team()
|
H A D | client.h | 728 int Handle_team(int id, int pl_team);
|
/dports/mail/squirrelmail-avelsieve-plugin/squirrelmail-avelsieve-plugin-php74-1.9.9/avelsieve/locale/pl_PL/LC_MESSAGES/ |
H A D | avelsieve.po | 13 "Language-Team: Polish <pl_team@softnet.waw.pl>\n"
|