I've got a mod which I want to edit so it will have preset killstreaks.
In the mod there is a line where they set killstreaks to none.
Code:
self maps\mp\gametypes\_class::setKillstreaks( "none", "none", "none" );
I've figured out that I need to fill the killstreaks in there.
However what can I fill in?
can i just do ac130 or do I have to do ac_130 or something like that.
I've looked through various post like
Gsc modding codes.
Could anyone tell me what i can fill in?