Topic: [HELP ME] i wanna define m_Pos in my Game Mod
hi
i have a problem
in my game mod i wanna Cread Sound for emotions but i have an error in my gamecontex.cpp file
for example:
pChr->SetEmoteType(EMOTE_HAPPY);
CreateSound(m_Pos, SOUND_RIFLE_BOUNCE);
break;
case EMOTICON_OOP:
case EMOTICON_SORRY:
case EMOTICON_SUSHI:
in Compile say to me undefined m_Pos
please help me how to define it
thanks