Whats Wrong Here?
#6

i think i understand what your trying to say...sorry if not:
pawn Код:
public WantedCheck()
{
 for(new i=0; i<MAX_PLAYERS; i++)
 {
   if(GetPlayerWantedLevel(i) == 1)
   {
    SendClientMessage(i, COLOR_RED, "You now have one star wanted level!");
   }
   else if(GetPlayerWantedLevel(i) == 2)
   {
    SendClientMessage(i, COLOR_RED, "You now have a two star wanted level!");
   }
   else if(GetPlayerWantedLevel(i) == 3)
   {
    //and so on
   }
 }
}
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)