[SOLVED]Looking for help...
#2

wherever you change the playerscore put this:


pawn Код:
stock playerScoreUpdate(playerid)
{
 if(pInfo[playerid][pScore] != 50) return;
 new msg[128];
 new name[MAX_PLAYER_NAME];
 GetPlayerName(playerid, name, sizeof(name));
 format(msg, sizeof(msg), "%s(%d) advanced to Rank1 by killing 50 players", name, playerid);
 SendClientMessageToAll(0xAAAAAAAA, msg);
//Do your rank increase here, guessing its something like pInfo[playerid][pRank] = 1?

}
Reply


Messages In This Thread
[SOLVED]Looking for help... - by leapfish - 09.02.2010, 22:58
Re: Looking for help... - by mansonh - 09.02.2010, 23:17
Re: Looking for help... - by leapfish - 10.02.2010, 07:50
Re: Looking for help... - by leapfish - 10.02.2010, 19:37
Re: Looking for help... - by MadeMan - 10.02.2010, 19:43
Re: Looking for help... - by leapfish - 10.02.2010, 19:50
Re: Looking for help... - by MadeMan - 10.02.2010, 20:08
Re: Looking for help... - by mansonh - 11.02.2010, 02:14
Re: Looking for help... - by leapfish - 14.02.2010, 19:10
Re: Looking for help... - by leapfish - 14.02.2010, 21:05

Forum Jump:


Users browsing this thread: 4 Guest(s)