Rank System
#4

pawn Код:
public OnPlayerConnect(playerid)
{
     if(GetPlayerScore(playerid) => 50)
     {
          SetPlayerChatBubble(playerid, Noob,COLOR, 100.0, 10000); //Replace color with your color
          SendClientMessage(playerid, COLOR, "You have the Noob rank."); //Not Tested YET.
          SetPlayerArmour(playerid, 100.0)// Setting players Armour.
 
     }
     return 1;
}
Reply


Messages In This Thread
Rank System - by P100 - 13.01.2014, 09:42
Re: Rank System - by amirab - 13.01.2014, 10:01
Re: Rank System - by xZdadyZx - 13.01.2014, 10:57
Re: Rank System - by MatriXgaMer - 13.01.2014, 11:40
Re: Rank System - by P100 - 14.01.2014, 15:02
Re: Rank System - by DaniceMcHarley - 14.01.2014, 15:04
Re: Rank System - by Eth - 14.01.2014, 16:04

Forum Jump:


Users browsing this thread: 1 Guest(s)