[Duda] AttachObjectToVehicle...
#3

Quote:
Originally Posted by TiNcH010
Посмотреть сообщение
Ponelo dentro de OnGameModeInit();
es lo ke intente pero no aparecen.

un ejemplo como lo coloke:
pawn Код:
public OnFilterScriptInit()
{
    for(new i = 1; i <= MAX_VEHICLES; i++)
    {
        if(GetVehicleModel(i) == 66)
        {
            objeto = CreateObject(...);
            AttachObjectToVehicle(...)
        }
    }
    return 1;
}
PD:Lo puse en OnFilterScriptInit por ke es un FS
Reply


Messages In This Thread
[Duda] AttachObjectToVehicle... - by OTACON - 05.05.2012, 04:40
Respuesta: [Duda] AttachObjectToVehicle... - by TiNcH010 - 05.05.2012, 04:56
Respuesta: [Duda] AttachObjectToVehicle... - by OTACON - 05.05.2012, 05:03
Respuesta: [Duda] AttachObjectToVehicle... - by Jovanny - 05.05.2012, 17:08
Respuesta: [Duda] AttachObjectToVehicle... - by OTACON - 05.05.2012, 17:42
Re: [Duda] AttachObjectToVehicle... - by rubensm - 06.05.2012, 00:52
Respuesta: [Duda] AttachObjectToVehicle... - by OTACON - 06.05.2012, 06:38

Forum Jump:


Users browsing this thread: 1 Guest(s)