Question about VWs | Problem with Pickup and 3D Text
#1

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 !
Reply
#2

where you put that script is it ongamemodeinit/onfilterscriptinit or else

sorry for my bad english
Reply
#3

hook OnGameModeInit()

Modular gamemode is
Reply
#4

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
Reply
#5

Thanks, help for pickup and 3D text?
Reply
#6

yes actually iwant to help you for the 3d text and pickup along opinion from ur question about virtual world

bad english sorry xD
Reply
#7

I don't understand you
Reply
#8

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
Reply
#9

Nope, still nothing
Reply
#10

Anyone?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)