Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. Flying
2. God Mode
3. inf ammo
всё
maybe a menu for admins where the admin/superadmin can add "ulx slay ^" as a rtd feature
Can I restrict the command to one or more players?
Can the command be restricted to a ULX group? Thx
after ply:SetNWInt("SRTD.LastUsed",os.time()) type this:
ply.rtd_flag = true
after Alive check type this:
if ply.rtd_flag == true then
return false
end
and add this hook
hook.Add("JailBreakRoundStart","rtd_round_reset",function()
for _,ply in ipairs( player.GetAll() ) do
ply.rtd_flag = false
end
end);
i don't sure, but it should works
https://github.com/kurt-stolle/jailbreak#hooks
No offence but I see that it could be hard because you're russian.
If you don't mind I will use this and modify it. <3