πCallbacks list
How to use game events:
cheat.push_callback("on_event", function(event)
if (event:get_name() == "player_hurt") then
--- code
end
end)How to use callbacks:
on_paint
on_createmove
after_prediction
π struct UserCmd
UserCmdName
Type
Description
on_frame_net
on_override_view
Name
Type
Description
on_unload
on_shot
Name
Type
Description
Last updated