Whats Wrong Here?
#2

try this:
pawn Код:
public WantedCheck()
{
 for(new i=0; i<MAX_PLAYERS; i++)
 {
   if(GetPlayerWantedLevel(i) > 0)
   {
    SendClientMessage(i, COLOR_RED, "== Lose Your Stars, fool!");
   }
 }
}
but remember that that will send the player a message every second if their wanted level is greater than 0.
You may want to make a variable to check if it has already sent the message to the player.
Reply


Messages In This Thread
Whats Wrong Here? - by CJ101 - 19.02.2009, 22:56
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 22:59
Re: Whats Wrong Here? - by CJ101 - 19.02.2009, 23:11
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 23:13
Re: Whats Wrong Here? - by CJ101 - 19.02.2009, 23:15
Re: Whats Wrong Here? - by Grim_ - 19.02.2009, 23:20
Re: Whats Wrong Here? - by Mikep - 20.02.2009, 00:44

Forum Jump:


Users browsing this thread: 1 Guest(s)