Fix crash?

This commit is contained in:
Jackzie 2024-07-13 21:54:34 -05:00
parent 6f99a1279d
commit c71924e9e1
3 changed files with 1535 additions and 1535 deletions

Binary file not shown.

View file

@ -666,7 +666,7 @@ enum struct EditorData {
void SendEditorMessage(int client, const char[] format, any ...) {
char message[256];
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) {

View file

@ -465,7 +465,7 @@ void OnManagerSelectorEnd(int client, ArrayList entities) {
}
void OnManagerSelectorSelect(int client, int entity) {
// update entity count
ShowManagerSelectorMenu(client);
// ShowManagerSelectorMenu(client);
}
int DeleteAll(int onlyPlayer = 0) {