29.10.2010, 20:21
i have this code
But when 2 players are standing in the position it's not showing the text for 2nd player but its showing for 1st player, anyone?
Код:
foreach(House, h) {
foreach(Player, playerid) {
if(IsPlayerInRangeOfPoint(playerid, 3.0, HouseInfo[h][hExitX], HouseInfo[h][hExitY], HouseInfo[h][hExitZ])) {
// displaying text here


