You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when this is called in addict.lua
addict.trigger_commands("choke" .. PLAYER.GET_PLAYER_NAME(pid))
addict.trigger_commands("flashcrash" .. PLAYER.GET_PLAYER_NAME(pid))
addict.trigger_commands("choke" .. PLAYER.GET_PLAYER_NAME(pid))
addict.trigger_commands("flashcrash" .. PLAYER.GET_PLAYER_NAME(pid))
stand identifies there to be no commands such as flashcrash and choke, am i maybe missing a file or something?
The text was updated successfully, but these errors were encountered:
when this is called in addict.lua
addict.trigger_commands("choke" .. PLAYER.GET_PLAYER_NAME(pid))
addict.trigger_commands("flashcrash" .. PLAYER.GET_PLAYER_NAME(pid))
addict.trigger_commands("choke" .. PLAYER.GET_PLAYER_NAME(pid))
addict.trigger_commands("flashcrash" .. PLAYER.GET_PLAYER_NAME(pid))
stand identifies there to be no commands such as flashcrash and choke, am i maybe missing a file or something?
The text was updated successfully, but these errors were encountered: