25.01.2010, 05:06
Quote:
Originally Posted by Chuck_Taylor
Use the PlayerToPoint function and then make a timer that checks the players position.If he is in the spot he will show that text
|
pawn Код:
if(PlayerToPoint(2.0,playerid,1763.684, -1486.484, 453.757))
{
GameTextForPlayer(playerid,"Jump out and dive!!",2500,6);
return 1;
}
It dosent work under gamemodeinit....