16.09.2011, 15:05
pawn Code:
new playerid = MAX_PLAYERS;
if(IsPlayerInRangeOfPoint(playerid, 5.0, 321.1703,308.9879,999.1484) && Faction[playerid] == 1)
GameTextForPlayer(playerid, "~b~Police Health ~n~~w~ /health", 3000, 5);
If I post it under
CMD:health
it only displays when the command is executed, where do I place the GTFP so that it displays when the person is in the range of that point?