Config options now supports on/off along with yes/no.
Fixed ZMenu and player names in infect menu being truncated. Added Hitgroup Management to ZAdmin.
This commit is contained in:
@ -807,7 +807,7 @@ InfectMenuClients(client)
|
||||
|
||||
SetMenuTitle(menu_infect_clients, "%t\n ", "Infect menu clients title");
|
||||
|
||||
decl String:clientoption[MAX_NAME_LENGTH];
|
||||
decl String:clientoption[64];
|
||||
decl String:clientuserid[8];
|
||||
|
||||
// x = Client index.
|
||||
|
Reference in New Issue
Block a user