X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fclient.qh;h=f8a7e2ab5fa4063b29ebe4c96c7f32ddfca42127;hp=80965de759808a0fb8b9c0fe190532b4b4d10ef2;hb=16e64ff58cf65d7b3e0815aadb530580a6aa251b;hpb=5d36c4af90925223244be05529c0152f5011e7ce diff --git a/qcsrc/server/client.qh b/qcsrc/server/client.qh index 80965de75..f8a7e2ab5 100644 --- a/qcsrc/server/client.qh +++ b/qcsrc/server/client.qh @@ -277,8 +277,12 @@ void FixPlayermodel(entity player); void ClientInit_misc(entity this); +int GetPlayerLimit(); + bool joinAllowed(entity this); void Join(entity this); #define SPECTATE_COPY() ACCUMULATE void SpectateCopy(entity this, entity spectatee) #define SPECTATE_COPYFIELD(fld) SPECTATE_COPY() { this.(fld) = spectatee.(fld); } + +int Say(entity source, float teamsay, entity privatesay, string msgin, float floodcontrol);