Question about VWs | Problem with Pickup and 3D Text -
vannesenn - 24.12.2014
Hi guys,
I have question for good developers(like as ******, Emmet etc...). I want to partition Los Santos on 4 pieces with virtual worlds. So, it will be better if I do that or not? First I mean on objects(less objects with partition), vehicles etc...
I got a problem with 3D text and Pickup. I got this
Код:
// PICKUPOVI
_HRP_cityhallPickup = CreatePickup(1239, 2, 1481.4659, -1771.1724, 18.7958 + 5.0, false); // VIJEČNICA - ULAZ
// STATIČNI PICKUPOVI
// 3D TEKSTOVI
Create3DTextLabel("Vijecnica!", BOJA_NARANCASTA, 1481.4659, -1771.1724, 18.7958 + 10.0, 10.0, 0, 0);
So, I add 5.0 on Z coord for pickup and still my pickup is on same height..
and I don't see 3D text...
Thanks
!
Re: Question about VWs | Problem with Pickup and 3D Text -
semara123 - 24.12.2014
where you put that script is it ongamemodeinit/onfilterscriptinit or else
sorry for my bad english
Re: Question about VWs | Problem with Pickup and 3D Text -
vannesenn - 24.12.2014
hook OnGameModeInit()
Modular gamemode is
Re: Question about VWs | Problem with Pickup and 3D Text -
semara123 - 24.12.2014
hey try this hope working
Quote:
// PICKUPOVI
_HRP_cityhallPickup = CreatePickup(1239, 2, 1481.4659, -1771.1724, 18.7958 + 5.0, -1); // VIJEČNICA - ULAZ
// STATIČNI PICKUPOVI
// 3D TEKSTOVI
Create3DTextLabel("Vijecnica!", BOJA_NARANCASTA, 1481.4659, -1771.1724, 18.7958 + 10.0, 10.0, 0, 0);
|
then if u want to make a virtual world for ur gamemode better in freemode and drift event and etc if u use for roleplay that will be bad to use virtual world (thats my opinion) merry christmas and happy new year xD
Re: Question about VWs | Problem with Pickup and 3D Text -
vannesenn - 24.12.2014
Thanks, help for pickup and 3D text?
Re: Question about VWs | Problem with Pickup and 3D Text -
semara123 - 24.12.2014
yes actually iwant to help you for the 3d text and pickup along opinion from ur question about virtual world
bad english sorry xD
Re: Question about VWs | Problem with Pickup and 3D Text -
vannesenn - 24.12.2014
I don't understand you
Re: Question about VWs | Problem with Pickup and 3D Text -
semara123 - 24.12.2014
LOL u miss understand ok im serious
try this code
Quote:
// PICKUPOVI
_HRP_cityhallPickup = CreatePickup(1239, 2, 1481.4659, -1771.1724, 18.7958 + 5.0, -1); // VIJEČNICA - ULAZ
// STATIČNI PICKUPOVI
// 3D TEKSTOVI
Create3DTextLabel("Vijecnica!", BOJA_NARANCASTA, 1481.4659, -1771.1724, 18.7958 + 10.0, 10.0, 0, 0);
|
hope this working
Re: Question about VWs | Problem with Pickup and 3D Text -
vannesenn - 24.12.2014
Nope, still nothing
Re: Question about VWs | Problem with Pickup and 3D Text -
vannesenn - 24.12.2014
Anyone?