[Ajuda] Objeto Radar Sumiu
#6

Quote:
Originally Posted by ThiagoMK
Посмотреть сообщение
Tenta colocar assim:
pawn Код:
SetupSpeedCamera(CamID, Float:x, Float:y, Float:z, Float:rot, MaxSpeed)
{
    // Store all the given values
    ACameras[CamID][CamX] = x;
    ACameras[CamID][CamY] = y;
    ACameras[CamID][CamZ] = z;
    ACameras[CamID][CamAngle] = rot;
    ACameras[CamID][CamSpeed] = MaxSpeed;
    // Create both camera objects and store their reference
    ACameras[CamID][CamObj1] = CreateDynamicObject(18880, x, y, z, 0.0, 0.0, rot);
    ACameras[CamID][CamObj2] = CreateDynamicObject(18880, x, y, z, 0.0, 0.0, rot + 180.0);
}
Na sua include Commom
Ja ta assim,
Reply


Messages In This Thread
Objeto Radar Sumiu - by ManuelVitorNunes - 11.08.2013, 19:39
Re: Objeto Radar Sumiu - by Lуs - 11.08.2013, 19:43
Re: Objeto Radar Sumiu - by ManuelVitorNunes - 11.08.2013, 19:45
Re: Objeto Radar Sumiu - by Lуs - 11.08.2013, 19:47
Re : Objeto Radar Sumiu - by ThiagoMK - 11.08.2013, 19:50
Re: Re : Objeto Radar Sumiu - by ManuelVitorNunes - 11.08.2013, 19:59
Re: Objeto Radar Sumiu - by ManuelVitorNunes - 11.08.2013, 20:02
Re: Objeto Radar Sumiu - by Lуs - 11.08.2013, 20:09
Re: Objeto Radar Sumiu - by ManuelVitorNunes - 11.08.2013, 20:52

Forum Jump:


Users browsing this thread: 3 Guest(s)