[pedido]Nivel procurado.
#2

PHP код:
#include <dini>
public OnGameModeInit()
{
    if(!
fexist("Procurados.txt")) { dini_Create("Procurados.txt"); }
    return 
1;
}
public 
OnPlayerConnect(playerid)
{
    new 
n[24], str[24];
    
GetPlayerName(playeridn24);
    
format(str24"%s"n);
    if(
dini_Isset("Procurados.txt"str)) { SetPlayerWantedLevel(playeriddini_Int("Procurados.txt"str)); }
    return 
1;
}
public 
OnPlayerDisconnect(playeridreason)
{
    new 
n[24], str[24];
    
GetPlayerName(playeridn24);
    
format(str24"%s"n);
    
dini_IntSet("Procurados.txt"strGetPlayerWantedLevel(playerid));
    return 
1;

As informaзхes serгo salvas no arquivo Procurados.txt que serб criado automaticamente na pasta scriptsfiles.
Reply


Messages In This Thread
[pedido]Nivel procurado. - by akZ - 01.07.2011, 19:45
Re: [pedido]Nivel procurado. - by Shadoww5 - 01.07.2011, 21:08
Re: [pedido]Nivel procurado. - by akZ - 01.07.2011, 21:45
Re: [pedido]Nivel procurado. - by Dark.Angel - 01.07.2011, 21:47
Re: [pedido]Nivel procurado. - by Miqueias Barros - 01.07.2011, 21:47
Re: [pedido]Nivel procurado. - by akZ - 01.07.2011, 21:55

Forum Jump:


Users browsing this thread: 2 Guest(s)