[ayuda] pawno 2 warnings
#1

hola soy nuevo en pawno y vi muchas cosas que me ayudaron en la wikisamp pero sobre esto no entendi mucho:
me salen estas warnings

Код:
D:\juegos\gta sa\gamemodes\sxtr.pwn(273) : warning 225: unreachable code
D:\juegos\gta sa\gamemodes\sxtr.pwn(388) : warning 225: unreachable code
D:\juegos\gta sa\gamemodes\sxtr.pwn(471) : warning 225: unreachable code
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

3
 Warnings.
aqui las lineas:

(las lineas estan entre estos codigos:
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])


    if (strcmp("/colores", cmdtext, true, 10) == 0)

    if(!strcmp(cmdtext, "/v", true) || !strcmp(cmdtext, "/vehiculos", true))
    {
        ShowPlayerDialog(playerid, 1, DIALOG_STYLE_LIST, "{0094FF}Vehнcu...(aca sigue el codigo )
        return 1;
    }

    //flip vehiculo
        if (strcmp(cmdtext, "
/flip", true)==0) {
                if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid,0xFFFFFFFF,"
SERVER: Nesecitas un Vehiculo!");
    new VehicleID, Float:X, Float:Y, Float:Z;
    GetPlayerPos(playerid, X, Y, Z);
    VehicleID = GetPlayerVehicleID(playerid);
    SetVehiclePos(VehicleID, X, Y, Z);
    SetVehicleZAngle(VehicleID, 0);
    SendClientMessage(playerid, 0xFFFFFFFF,"
Como eres medio tonto y se te dio vuelta el auto te lo pusimos bien ._.");
    return 1;
    }
ya se que son warnings pero en el juego no se ejecutan los comandos D: HELP
creo que no me esta declarando algo pero no se que es D: si me ayudan se los agradeceria mucho como dije soy nuevo en pawno y en filterscript no los puedo poner porque quiero que este todo en el gamemode (lol recien pude solucionar dos de los 5 que tenia lo entendi recien :P ) si no entendieron me avisan e intento explicarles mejor


se los agradezco de antemano y voy a intentar aprender mas para la proxima ayudar yo
Reply


Messages In This Thread
[ayuda] pawno 2 warnings - by Sxriter - 02.03.2012, 13:21
Respuesta: [ayuda] pawno 2 warnings - by [Nikk] - 02.03.2012, 19:11
Respuesta: [ayuda] pawno 2 warnings - by OTACON - 02.03.2012, 21:48
Re: [ayuda] pawno 2 warnings - by Sxriter - 02.03.2012, 23:22
Respuesta: Re: [ayuda] pawno 2 warnings - by OTACON - 03.03.2012, 00:07
Re: [ayuda] pawno 2 warnings - by Sxriter - 03.03.2012, 00:34
Respuesta: Re: [ayuda] pawno 2 warnings - by OTACON - 03.03.2012, 01:47
Re: [ayuda] pawno 2 warnings - by Sxriter - 03.03.2012, 01:55
Respuesta: [ayuda] pawno 2 warnings - by Lunnatiicz - 03.03.2012, 02:07
Respuesta: Re: [ayuda] pawno 2 warnings - by OTACON - 03.03.2012, 02:14

Forum Jump:


Users browsing this thread: 1 Guest(s)