#1

can this be used to make a message apear ina gangzone?
Код:
public Rampe()
{
  for(new i=0; i<GetMaxPlayers(); i++)
  {
  	if(IsPlayerInRangeOfPoint(i, 10.0, 1553.157, -4554.372, 2861.08, -2779.334))
    {
      SendClientMessage(i, 0x050CFAFF, "non admins turn back or face death");
      return 1;
    }
  }
  return 1;
}
if so how can you get it working?
Reply
#2

Create a timer calling this fonction and all will be ok
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)