mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-09 11:28:26 +00:00
fix mapchooser print & optional natives
This commit is contained in:
parent
4f09ae9dd7
commit
9d1a0e10c0
@ -4,9 +4,9 @@
|
|||||||
#include <sourcemod>
|
#include <sourcemod>
|
||||||
#include <sdktools_sound>
|
#include <sdktools_sound>
|
||||||
#include <convar_class>
|
#include <convar_class>
|
||||||
#include <shavit>
|
|
||||||
|
|
||||||
#undef REQUIRE_PLUGIN
|
#undef REQUIRE_PLUGIN
|
||||||
|
#include <shavit>
|
||||||
// for MapChange type
|
// for MapChange type
|
||||||
#include <mapchooser>
|
#include <mapchooser>
|
||||||
|
|
||||||
@ -429,7 +429,7 @@ public Action Timer_OnMapTimeLeftChanged(Handle Timer)
|
|||||||
}
|
}
|
||||||
case 60, 30, 5:
|
case 60, 30, 5:
|
||||||
{
|
{
|
||||||
PrintToChatAll("%s%s seconds until map vote", g_cPrefix, mapvoteTime);
|
PrintToChatAll("%s%d seconds until map vote", g_cPrefix, mapvoteTime);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user