Hi there!
I was more than happy, as I saw last month, that Source Mod is now available for public. :-) Thank you very much for the hard work!
Today I started with the coding, trying to convert some of my old plugins from AMXX. So far I have trouble with this one:
CreateConVar("sm_lastsound", "0", "Last soundindex precached");
new sm_lastsound;
sm_lastsound = GetConVarInt(sm_lastsound);
With this, I got a tag mismatch warning vor GetConVarInt. Okay, I try to get a string with an int-Function. But when I change the "0" to a zero without strings in the CreateConVar, I got a full error.
http://wiki.alliedmods.net/ConVars_%...d_Scripting%29
Is there some full scale API, where I can look up each single command?
With kind regards,
Gray Death