How to build car stand
#1

Hello,
I want to build car stand.
I found a object with this stand but its with a garage (ID:14776)



Sorry for my bad English.
Reply
#2

CreateObject(ObjectID, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ);

Exemple:
Код:
public OnGameModeInit()
{
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0); // Object will render at its default distance.
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 300.0); // Object will render at 300.0 units.
    return 1;
}
Reply
#3

Quote:
Originally Posted by Bomber07
Посмотреть сообщение
CreateObject(ObjectID, Float:X, Float:Y, Float:Z, Float:rX, Float:rY, Float:rZ);

Exemple:
Код:
public OnGameModeInit()
{
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0); // Object will render at its default distance.
    CreateObject(2587, 2001.195679, 1547.113892, 14.283400, 0.0, 0.0, 96.0, 300.0); // Object will render at 300.0 units.
    return 1;
}
Its not what I asking for , I want only the stand, but he coming with the garage, how i can build only the stand ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)