[Ajuda] erros no dialog! -.-
#1

dialog que esta dando os erros
sгo varios desses erros abaixo...eu ja tive se problema so nгo lembro como que resolve!

pawn Код:
if(dialogid == MudarPlaca)
    {
        if(response)
        {
            new Float:angle;
            if(strlen(inputtext) < 3 || strlen(inputtext) > 8) return SendClientMessage(playerid, 0xAFAFAFAA, "Minimo 3 caracteres maximo 8 caracteres.");
            else
            {
            new string[900];
            format(string, sizeof(string), "Vocк mudou sua placa para '%s'.", inputtext);
            SendClientMessage(playerid, CorServer, string);
            GetPlayerPos(playerid, X, Y, Z);
            GetPlayerFacingAngle(playerid, angle);
            SetVehicleNumberPlate(GetPlayerVehicleID(playerid), inputtext);
            SetVehicleToRespawn(GetPlayerVehicleID(playerid));
            GetPlayerPos(playerid, X, Y, Z);
            SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
            SetVehicleZAngle(GetPlayerVehicleID(playerid), angle);
            PutPlayerInVehicle(playerid, GetPlayerVehicleID(playerid), 0);
            SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z+2);
            }
        }
    }
ERRO:
pawn Код:
(1773) : error 017: undefined symbol "Nome"
Reply


Messages In This Thread
erros no dialog! -.- - by best95 - 11.09.2014, 22:16
Re: erros no dialog! -.- - by MultiKill - 11.09.2014, 22:28
Re: erros no dialog! -.- - by ArthurxD - 11.09.2014, 22:28
Re: erros no dialog! -.- - by best95 - 11.09.2014, 22:33
Re: erros no dialog! -.- - by ArthurxD - 11.09.2014, 22:38
Re: erros no dialog! -.- - by best95 - 11.09.2014, 22:39
Re: erros no dialog! -.- - by best95 - 11.09.2014, 22:41
Re: erros no dialog! -.- - by ArthurxD - 11.09.2014, 22:51
Re: erros no dialog! -.- - by best95 - 11.09.2014, 22:56
Re: erros no dialog! -.- - by MultiKill - 11.09.2014, 23:01

Forum Jump:


Users browsing this thread: 4 Guest(s)