Muero al registarme
#1

Buenas, їalguien me ayuda con este cуdigo y me dice por que muero envйs de spawnear cuando me termino de registrar?

pawn Код:
case DIALOG_EDAD:{
        if(response){
            if(!IsNumeric(inputtext)) return ShowPlayerDialog(playerid, DIALOG_EDAD, DIALOG_STYLE_INPUT, "Registro de Edad", "{37B9F5}Ъnicamente nъmeros. їQuй edad tienes?", "Enviar", "");
            if(strval(inputtext) < 18 || strval(inputtext) > 80) return ShowPlayerDialog(playerid, DIALOG_EDAD, DIALOG_STYLE_INPUT, "Registro de Edad", "{37B9F5}Mнnimo 18, Mбximo 80. їQuй edad tienes?", "Enviar", "");
           
            Informacion[playerid][pEdad] = strval(inputtext);
            Informacion[playerid][pRegistrado] = true;
            Informacion[playerid][pLlaves1] = 999999;
            Informacion[playerid][pLlaves2] = 999999;
            SpawnPlayer(playerid);
            SetPlayerPos(playerid, 1719.77, -1705.45, 13.50);
            return 1;
         }
         else{
         ShowPlayerDialog(playerid, DIALOG_EDAD, DIALOG_STYLE_INPUT, "Registro de Edad", "{37B9F5}їQuй edad tienes?", "Enviar", "");
         }
         return 1;
     }
De antemano ya les doy las gracias.
Reply


Messages In This Thread
Muero al registarme - by Ghost112397 - 02.10.2014, 03:16
Respuesta: Muero al registarme - by [J]ulian - 02.10.2014, 03:28
Respuesta: Muero al registarme - by Ghost112397 - 02.10.2014, 03:47
Respuesta: Muero al registarme - by [J]ulian - 02.10.2014, 04:11
Respuesta: Muero al registarme - by Ghost112397 - 02.10.2014, 04:23
Respuesta: Muero al registarme - by aoEXE - 02.10.2014, 04:38
Re: Muero al registarme - by roderjit - 02.10.2014, 04:39
Respuesta: Muero al registarme - by ranslsad - 02.10.2014, 11:36

Forum Jump:


Users browsing this thread: 1 Guest(s)