19.08.2013, 17:28
So when a player is at cordinates like 2505.5984,-1694.5410,13.5581,180.3185, i want to player to get a messege at the center of screen like "You can repair your car here"
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2505.5984, -1694.5410, 13.5581)) {
GameTextForPlayer(playerid, 0xFFFFFFFF, "You can repair your car here");
}
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2505.5984, -1694.5410, 13.5581)) {
GameTextForPlayer(playerid,"You can repair your car here", 5000, 3);
}
if(IsPlayerInRangeOfPoint(playerid, 7.0, 2505.5984, -1694.5410, 13.5581)) {
GameTextForPlayer(playerid, 0xFFFFFFFF, "You can repair your car here",5000,3);
}//format the time and style sorry my mistake made it out of my mind :D