Dynamic pickup
#1

I haven't seen myself post a help thread in a long while..
Anyways, I made a little LSPD pickup with a text label near it, when I first started the gamemode there was nothing wrong, but now, the pickup just doesn't show..

I tried everything, renewing gamemode, updating streamer, remaking it, all kinds of things, adding more/less pickups, removing all the pickups then putting them back in..

This is the simple code I'm using;

Ontop of my gamemode, along with all the other ones:
Код:
new PDicon;
This is the code I use for the pickup:

Код:
Create3DTextLabel("Los Santos Police Department", 0xF2FF00FF, 1555.4965,-1675.6139,16.7953, 10.0, 0, 0);
PDicon = CreateDynamicPickup(1247, 23, 1555.4965,-1675.6139,16.1953); // PD /enter
Yet, all I see is this;



I never experienced this before, and I don't know what's wrong with it..

Usually I can fix all kinds of problems myself but now I need assistance!


EDIT: this has been fixed, i redownloaded all the files and it appears that visual studio and some other things were outdated >.<
Reply
#2

Have you tried to change the pickup type?

CreateDynamicPickup(1274, 1, 1555.4965,-1675.6139,16.1953);
Oh, and make sure it's the right coordinates
Reply
#3

Quote:
Originally Posted by Antoniohl
Посмотреть сообщение
Have you tried to change the pickup type?

CreateDynamicPickup(1274, 1, 1555.4965,-1675.6139,16.1953);
Oh, and make sure it's the right coordinates
Yes I did, still doesn't work.
Reply
#4

Okay look i had the same problem it was a bit bugged with all the whole Pickup's, i might be right or wrong but just try.. replace all CreatePickup to CreateDyamicPickup, it's fixed for me.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)