mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 21:53:21 +00:00
Fix crash?
This commit is contained in:
parent
6f99a1279d
commit
c71924e9e1
3 changed files with 1535 additions and 1535 deletions
Binary file not shown.
|
@ -666,7 +666,7 @@ enum struct EditorData {
|
||||||
void SendEditorMessage(int client, const char[] format, any ...) {
|
void SendEditorMessage(int client, const char[] format, any ...) {
|
||||||
char message[256];
|
char message[256];
|
||||||
VFormat(message, sizeof(message), format, 3);
|
VFormat(message, sizeof(message), format, 3);
|
||||||
CPrintToChat(client, "\x04`[Editor]\x01 %s", message);
|
CPrintToChat(client, "\x04[Editor]\x01 %s", message);
|
||||||
}
|
}
|
||||||
|
|
||||||
stock float RoundToNearestInterval(float value, int interval) {
|
stock float RoundToNearestInterval(float value, int interval) {
|
||||||
|
|
|
@ -465,7 +465,7 @@ void OnManagerSelectorEnd(int client, ArrayList entities) {
|
||||||
}
|
}
|
||||||
void OnManagerSelectorSelect(int client, int entity) {
|
void OnManagerSelectorSelect(int client, int entity) {
|
||||||
// update entity count
|
// update entity count
|
||||||
ShowManagerSelectorMenu(client);
|
// ShowManagerSelectorMenu(client);
|
||||||
}
|
}
|
||||||
|
|
||||||
int DeleteAll(int onlyPlayer = 0) {
|
int DeleteAll(int onlyPlayer = 0) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue