Icons -
Dan_Stracci/Cortez - 10.09.2009
On 0.2X I saw Green House Icons for buyable houses,
Blue house Icons for buyable Businesses,
and the i Icon for Buildings.
But now in 0.3 I cant see them...
With icons I mean the pickups
Is this a 0.3 bug which is going to be fixed, or is it in my GM.
Cause I do see the bribe pickup and the $ pickup
Re: Icons -
Jay_ - 10.09.2009
It isn't a bug. You're probably in the wrong virtual world, use -1 in the world parameter in the CreatePickup function to show the pickup in every world.
Re: Icons -
Dan_Stracci/Cortez - 10.09.2009
I can see the Gametext when I'm in the plave the pickup should be, but I dont see it.
And I use Dynamic Pickups.
But when I'm in the house, I cant exit or enter it too...
Re: Icons -
Sergei - 10.09.2009
Did you recombile your script with 0.3 includes?
You see gametexts because they are probably shown with "timer + distance" solution since pickups are very messy in 0.2X.
I use pickups quite a lot for my 0.3 gamemode and I haven't got any problems with them.
Re: Icons -
acade - 11.09.2009
I recomplied my 0.2x server for 0.3. Icons showed in 0.2x not in 0.3
Re: Icons -
ded - 11.09.2009
Quote:
Originally Posted by Jay_
It isn't a bug. You're probably in the wrong virtual world, use -1 in the world parameter in the CreatePickup function to show the pickup in every world.
|
That doesn't work for me .. I put in -1 and it just doesn't show at all.
Re: Icons -
dugi - 11.09.2009
You must be doing something work as it works for most of us.
Re: Icons -
ded - 11.09.2009
Quote:
Originally Posted by dugi
You must be doing something work as it works for most of us.
|
You mean, wrong? Lemme check ...
Edit -
Here is the line:
Код:
CreatePickup(1240,2,2142.5410,-1802.8008,16.1475, -1);
Lol never mind, just went in my server and checked seems this is an old problem which I fixed it some time ago and forgot. :P
Re: Icons -
Dan_Stracci/Cortez - 13.09.2009
Well, it isn't fixed so far,
and what can I do now?
Re: Icons -
dugi - 13.09.2009
There is nothing wrong with pickups, there is something wrong in your script.