[Pedido] Verificar mostrar dialog x
#2

Exemplo:

PHP код:
public OnPlayerConnect(playerid) {
    static 
name[24], file[64];
    
GetPlayerName(playeridnamesizeof name);
    
format(filesizeof file"Players/%s.ini"name);
    if(
fexist(file)) {
        
// exibir dialog de login
    
}
    else {
        
// exibir dialog de registro
    
}
    return 
1;

Reply


Messages In This Thread
Verificar mostrar dialog x - by Izaque1998 - 11.09.2015, 22:12
Re: Verificar mostrar dialog x - by zPain - 11.09.2015, 22:53
Re: Verificar mostrar dialog x - by Izaque1998 - 11.09.2015, 23:57
Re: Verificar mostrar dialog x - by Sennior - 12.09.2015, 00:11
Re: Verificar mostrar dialog x - by zPain - 12.09.2015, 00:17

Forum Jump:


Users browsing this thread: 1 Guest(s)