[AJUDA] CARROS
#5

pawn Код:
if (strcmp(cmdtext, "/elegy", true)==0)
    {
        new pvar = GetPVarInt(playerid, "Cris");
        if(pvar > 0)
        {
            DestroyVehicle(pvar);
        }
        new Float:X, Float:Y, Float:Z ;
        GetPlayerPos(playerid, X, Y, Z);
        new carro = CreateVehicle(562, X, Y, Z, 0.0, -1, -1, -1);
        SetPVarInt(playerid, "Cris", carro);
    }
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: 3 Guest(s)