[Ajuda] Sistema de Patente
#3

Quote:
Originally Posted by Lуs
Посмотреть сообщение
PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
    new 
str[50]; 
    if(
GetPlayerScore(killerid) >= 10
    { 
        
format(strsizeof(str), "~g~Patente: ~w~Novato"); 
        
TextDrawSetString(TextPatentestr); 
    } 
    if(
GetPlayerScore(killerid) >= 300
    { 
        
format(strsizeof(str), "~g~Patente: ~w~mediano"); 
        
TextDrawSetString(TextPatentestr); 
    } 
    if(
GetPlayerScore(killerid) >= 600
    { 
        
format(strsizeof(str), "~g~Patente: ~w~amador"); 
        
TextDrawSetString(TextPatentestr); 
    } 
    if(
GetPlayerScore(killerid) >= 1000
    { 
        
format(strsizeof(str), "~g~Patente: ~w~master"); 
        
TextDrawSetString(TextPatentestr); 
    } 
    return 
1;

era so mudar la em cima?
Reply


Messages In This Thread
Sistema de Patente - by maxblaya01 - 12.08.2015, 20:39
Re: Sistema de Patente - by Lуs - 12.08.2015, 20:46
Re: Sistema de Patente - by maxblaya01 - 12.08.2015, 20:51
Re: Sistema de Patente - by 99fe3rnando - 12.08.2015, 20:55
Re: Sistema de Patente - by maxblaya01 - 14.08.2015, 22:24
Re: Sistema de Patente - by iTakelot - 14.08.2015, 22:56
Re: Sistema de Patente - by maxblaya01 - 15.08.2015, 01:08
Re: Sistema de Patente - by iTakelot - 15.08.2015, 01:24
Re: Sistema de Patente - by Lуs - 15.08.2015, 12:28
Re: Sistema de Patente - by Thider - 15.08.2015, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)