wopox1337 / CSDM-ReAPI

🔫 Enables deathmatch style gameplay (respawning, gun selection, spawn protection, etc). Fork @Vaqtincha version.
https://dev-cs.ru/resources/565
20 stars 9 forks source link

Fix return value type in CBasePlayer_HasRestrictItem hook #33

Closed etojuice closed 3 years ago

etojuice commented 3 years ago

Closes #32

csoly1257 commented 3 years ago

data\lang\csdm_reapi.txt

FREEBUYTIME_PASSED = %0.f seconds have passed. ^rYou can't buy anything now!

Replace with this

FREEBUYTIME_PASSED = %0.f seconds have passed. You can't buy anything now!

Perfect