[Ajuda] Carros mudam de cor.
#10

Quote:
Originally Posted by PT
Посмотреть сообщение
tenta

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    RandomcCarro(playerid);
    return 1;
}
Obrigado mais ja conseguir com essi codigo:
pawn Код:
#include <a_samp>

#define BK:%0(%1)           forward %0(%1);public %0(%1)

BK:RandomcCarro(playerid)
{
    new vcor = random(4) , vh;
    vh = GetPlayerVehicleID(playerid);
    switch(vcor)
    {
        case 0: ChangeVehicleColor(vh, 1, 1);
        case 1: ChangeVehicleColor(vh, 2, 2);
        case 2: ChangeVehicleColor(vh, 3, 3);
        case 3: ChangeVehicleColor(vh, 4, 4);
    }
    return 1;
}

public OnPlayerCommandText(playerid, cmdtext[])
{
    if (strcmp("/Random3", cmdtext, true, 10) == 0)
    {
            SetTimerEx("RandomcCarro", 1, 1,"i",playerid);
            return 1;
        }

    return 0;
}
Reply


Messages In This Thread
Carros mudam de cor. Resolvido. - by TorresPutado - 02.08.2013, 17:11
Re: Carros mudam de cor. - by darkxdll - 02.08.2013, 17:29
Respuesta: Re: Carros mudam de cor. - by TorresPutado - 02.08.2013, 17:32
Respuesta: Re: Carros mudam de cor. - by TorresPutado - 02.08.2013, 17:38
Re: Carros mudam de cor. - by darkxdll - 02.08.2013, 17:40
Respuesta: Carros mudam de cor. - by TorresPutado - 02.08.2013, 17:43
Respuesta: Re: Carros mudam de cor. - by TorresPutado - 02.08.2013, 18:25
Respuesta: Carros mudam de cor. - by TorresPutado - 02.08.2013, 18:45
Re: Carros mudam de cor. - by PT - 02.08.2013, 18:55
Respuesta: Re: Carros mudam de cor. - by TorresPutado - 02.08.2013, 20:49

Forum Jump:


Users browsing this thread: 3 Guest(s)