Question
#7

Quote:
Originally Posted by ray187
Show your code that didn`t work out and I`ma tell you what you did wrong.
Код:
forward GTextJustin();
forward GTextjustinparar();
public OnPlayerRequestClass(playerid, classid)
GTextJustin == 1
public GTextjustin()
{
  for(new i = 0;i < MAX_PLAYERS;i++)
 	{ 
    GTextJustin == 1
    SetTimer("GTextjustinparar", 5000, 0);
    SetPlayerCameraPos(i, 1535.9584,-1676.1428,18.3828);
	  }
}
public GTextjustinparar()
{
  for(new i = 0;i < MAX_PLAYERS;i++)
 	{ 
    GTextJustin == 0
    //SetTimer("GTextjustinparar", 5000, 0);
    PlayerPlaySound(i, 1069, 0.0, 0.0, 0.0);
	}
}
Reply


Messages In This Thread
Question - by JustinSton - 30.01.2010, 13:21
Re: Question - by ray187 - 30.01.2010, 13:26
Re: Question - by MadeMan - 30.01.2010, 13:55
Re: Question - by ray187 - 30.01.2010, 14:02
Re: Question - by JustinSton - 30.01.2010, 15:33
Re: Question - by ray187 - 30.01.2010, 15:36
Re: Question - by JustinSton - 30.01.2010, 15:56
Re: Question - by ray187 - 30.01.2010, 16:01
Re: Question - by JustinSton - 30.01.2010, 16:06
Re: Question - by ray187 - 30.01.2010, 18:14

Forum Jump:


Users browsing this thread: 6 Guest(s)