30.01.2010, 13:21
How can I put the camera selection to stay moving, eg 5 seconds it switches to the police department, 5 seconds later it switches to ammu-nation, and how can I create 2 gametexts?
thanks
thanks
|
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);
}
}
|
Originally Posted by ray187
That`s not even compilable, is it?
You should read some documentation at first ![]() |