Simple question
#1

I am editing a gf game mode and I am changing the tutorial, I want to make it so when you press the fire key it goes to the next textdraw how would i do that? here is a small portion of the code, read the comments if you dont understand what im asking. I tried googling it I did not know how to explain it

Код:
                   if(TutTime[i] == 3) // so when i press the fire key here
				{
					TextDrawShowForPlayer(i, Tut3);//this will show up
				}
				else if(TutTime[i] == 8)//press the fire key here
				{
					TextDrawHideForPlayer(i, Tut3);// that will show up
					TextDrawShowForPlayer(i, Tut4);
				}
Reply
#2

You need to put tutorial in public OnPlayerKeyStateChange and use KEY_FIRE
Reply
#3

Alright thanks, this can be closed now.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)