[HELP] How to make the basic RP talks (ooc, ic, shout etc..)
#7

A for loop, which checks every player, if it is in the range of the point. (In this case, the point is the position of the player who sends the message.)

for (i=0; while i<MAX_PLAYERS){
if (IsPlayerInRangeOfPoint(i)) SendTheMessage();
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)