[CSGO] CSS modder moving on to CSGO, have a few questions.
Hi guys, I recently got the CSGO game, setup a server (legit+meta+sourcemod)
and see that majority of my functions don't work in CSGO... If you could show me some examples on how to: 1) load sounds, models 2) change client side (if any) to allow downloads ?! 3) play sound + change model 4) major things that are different in CSGO that CSS I will upload some cool mods for you guys I promise! |
Re: [CSGO] CSS modder moving on to CSGO, have a few questions.
For sounds, use https://forums.alliedmods.net/showthread.php?t=237045
PrecacheModel("models/asd.mdl"); on OnMapStart() To change model, int SetEntityModel(int entity, const char[] model) You also have to add them to downloads table, void AddFileToDownloadsTable(const char[] filename) Shouldn't be too much difference between CS:S and CS:GO |
| All times are GMT -4. The time now is 06:04. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.