This commit is contained in:
test
2009-04-29 01:58:41 +02:00
parent abd38ee033
commit fd129e561b
28 changed files with 1065 additions and 490 deletions

View File

@ -102,7 +102,7 @@ public ZRAdminMenuHandle(Handle:menu_admin, MenuAction:action, client, slot)
{
if (slot == MenuCancel_ExitBack)
{
MainMenu(client);
MenuMain(client);
}
}
else if (action == MenuAction_End)
@ -422,7 +422,7 @@ ZRSpawnAll(client)
{
if (IsClientInGame(x))
{
ZSpawn(x);
ZSpawnClient(x);
}
}
ZRAdminMenu(client);