X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fmiscfunctions.qh;h=2374b4869bc6c5415c08c319a162850ca9871440;hb=8298414706b35c6726479437b0775aed4ac9b55d;hp=ff62cd1674b3487185903df618d3198459817beb;hpb=2a295e36ce93f87f6342b4bd0cdaebcc7faa69da;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/miscfunctions.qh b/qcsrc/server/miscfunctions.qh index ff62cd167..2374b4869 100644 --- a/qcsrc/server/miscfunctions.qh +++ b/qcsrc/server/miscfunctions.qh @@ -96,6 +96,8 @@ float MoveToRandomMapLocation(entity e, float goodcontents, float badcontents, f string NearestLocation(vector p); +string AmmoNameFromWeaponentity(Weapon wep); + void play2(entity e, string filename); string playername(entity p, bool team_colorize);