[AJUDA] CARROS
#3

Estб a faltar return nestes seus comandos.

pawn Код:
new CarroCriado;
pawn Код:
if (strcmp(cmdtext, "/elegy", true)==0)
    {
        if(CarroCriado = 1)
        {
           new vehicleid = GetPlayerVehicleID(playerid);
           DestroyVehicle(vehicleid);
           return 1;
        }
        new Float:X, Float:Y, Float:Z ;
        GetPlayerPos(playerid, X, Y, Z);
        SetPVarInt(playerid, "Cris", CreateVehicle(562, X, Y, Z, 0.0, -1, -1, -1));
        CarroCriado = 1;
        return 1;
    }
Reply


Messages In This Thread
[AJUDA] CARROS - by Cristhian - 11.09.2011, 14:34
Re: [AJUDA] CARROS - by WLSF - 11.09.2011, 14:37
Re: [AJUDA] CARROS - by Allan Kardec - 11.09.2011, 14:55
Re: [AJUDA] CARROS - by Cristhian - 11.09.2011, 15:24
Re: [AJUDA] CARROS - by Ricop522 - 11.09.2011, 15:28
Re: [AJUDA] CARROS - by Cristhian - 11.09.2011, 17:06
Re: [AJUDA] CARROS - by Vai_Besta - 11.09.2011, 17:57
Re: [AJUDA] CARROS - by WLSF - 11.09.2011, 18:01
Re: [AJUDA] CARROS - by Ricop522 - 11.09.2011, 18:10
Re: [AJUDA] CARROS - by Cristhian - 11.09.2011, 20:01

Forum Jump:


Users browsing this thread: 1 Guest(s)