2021-05-19 14:35:30 +02:00
|
|
|
#pragma once
|
|
|
|
#include "common.hpp"
|
|
|
|
|
|
|
|
namespace big
|
|
|
|
{
|
|
|
|
class looped {
|
|
|
|
public:
|
2021-05-19 18:09:48 +02:00
|
|
|
static void self_godmode();
|
2021-05-19 14:35:30 +02:00
|
|
|
static void self_noclip();
|
2021-05-19 15:31:35 +02:00
|
|
|
|
2021-05-20 18:57:53 +02:00
|
|
|
static void weapons_cage_gun();
|
2021-05-20 21:04:03 +02:00
|
|
|
static void weapons_delete_gun();
|
2021-05-19 15:31:35 +02:00
|
|
|
static void weapons_gravity_gun();
|
2021-05-20 18:19:01 +02:00
|
|
|
static void weapons_repair_gun();
|
2021-05-20 21:04:03 +02:00
|
|
|
static void weapons_vehicle_gun();
|
2021-05-20 18:19:01 +02:00
|
|
|
|
2021-05-19 18:09:48 +02:00
|
|
|
static void vehicle_speedo_meter();
|
2021-05-19 14:35:30 +02:00
|
|
|
};
|
|
|
|
}
|