26.11.2010, 17:14
Hey folks,
So I tried to make a place where it shows a text like you can enter by.. and then it shows too far! How can I make it do so that it only shows it when im ONLY in the place where it should show it. Here's the code!
How can I change it? Thank you.
So I tried to make a place where it shows a text like you can enter by.. and then it shows too far! How can I make it do so that it only shows it when im ONLY in the place where it should show it. Here's the code!
pawn Код:
else if(PlayerToPoint(20, i,810.1588,-2367.4871,4.6415))
{//Prison bank marker
GameTextForPlayer(i, "~r~use /enter to go ~n~into the bank room", 5000, 1);
/*SetPlayerInterior(i, 0);
PlayerInfo[i][pInt] = 0;
SetPlayerPos(i,1022.599975,-1123.699951,23.799999);*/
}