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


Messages In This Thread
Simple question - by random123 - 29.09.2011, 06:38
Re: Simple question - by Dragony92 - 29.09.2011, 08:11
Re: Simple question - by random123 - 29.09.2011, 19:07

Forum Jump:


Users browsing this thread: 1 Guest(s)