Please help me For Create Title Guns filterscript REP++
#5

Oh shit my bad lol wasnt paying attention
PHP код:
SetPlayerRank(playerid) {
    new 
rankname[24];
    switch(
GetPlayerScore(playerid)) {
        case 
.. 200rankname "Rank 1"//if their score is from 0 to 200
        
case 201 .. 300rankname "Junior Killer"//if their score is from 201 to 300
        
case 301 .. 400rankname "Senior Killer"//if their score is from 301 to 400
        
default: rankname "Master"//if its anything else
    
}
    return 
rankname;

Reply


Messages In This Thread
Please help me For Create Title Guns filterscript REP++ - by Amunra - 18.12.2015, 03:18
Re: Please help me For Create Title Guns filterscript REP++ - by Trevor19012 - 18.12.2015, 03:21
Re: Please help me For Create Title Guns filterscript REP++ - by TwinkiDaBoss - 18.12.2015, 08:22
Re: Please help me For Create Title Guns filterscript REP++ - by Amunra - 18.12.2015, 09:51
Re: Please help me For Create Title Guns filterscript REP++ - by TwinkiDaBoss - 18.12.2015, 09:58

Forum Jump:


Users browsing this thread: 1 Guest(s)