mirror of
https://github.com/Resxt/Plutonium-IW5-Scripts.git
synced 2025-04-19 20:52:54 +00:00
replace_rsass_with_intervention 1.1
Fix bypassing restriction when changing class at the beginning of the match (thanks Kalitos)
This commit is contained in:
parent
627ce1adb6
commit
280b03c021
@ -17,7 +17,7 @@ OnPlayerSpawned()
|
|||||||
self endon("disconnect");
|
self endon("disconnect");
|
||||||
for(;;)
|
for(;;)
|
||||||
{
|
{
|
||||||
self waittill("spawned_player");
|
self waittill("changed_kit");
|
||||||
current_weapon = self GetCurrentWeapon();
|
current_weapon = self GetCurrentWeapon();
|
||||||
self thread DoWeaponCheck(current_weapon);
|
self thread DoWeaponCheck(current_weapon);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user