Short question about GSC Modding
I'm trying to mod a Mod and I got two little questions :
1.What programming language is this ? It looks very much like C++ ... but i've tryed to use something from c++ and it didn't really work
2. How would you set a hotkey ?
I mean something like
Greez sh00ter999
1.What programming language is this ? It looks very much like C++ ... but i've tryed to use something from c++ and it didn't really work
2. How would you set a hotkey ?
I mean something like
Code:
if(Leftmousebuttonpressed)
{
doSomething();
}
Greez sh00ter999

