02.09.2011, 07:03
i've recently added an agency for ad's, and when someone is out of it, i scripted this:
But it ends up bugging your whole screen with
Example: Sorry 4 the spam
You are not in an advertising agency or at the desk
You are not in an advertising agency or at the desk
You are not in an advertising agency or at the desk
And your whole chatbox gets filled up.. any solutions?
pawn Код:
for(new i = 0; i < sizeof(BizInfo); i++)
{
if(!IsPlayerInRangeOfPoint(playerid,25.0,822.1263,2.8237,1004.1797))
{
SendClientMessage(playerid, COLOR_WHITE, "You are not in an advertising agency or at the desk");
}
Example: Sorry 4 the spam
You are not in an advertising agency or at the desk
You are not in an advertising agency or at the desk
You are not in an advertising agency or at the desk
And your whole chatbox gets filled up.. any solutions?