samp bug?
#1

Hi,

I create pickup in world 300, and i set player world to 300, but i don't see pickup. If i create pickup, without world like:

CreatePickup( modelid, type, X, y, z );

And if player in virtual world 0, then i see this pickup. Why i don't see him, when i set pickup to virutal world?

(i set pickup virtual world that):

CreatePickup( modelid, type, X, y, z, 300 );

(player)

SetPlayerVirtualWorld( playerid, 300 );
Reply
#2

Try using CreateDynamicPickup because without streamer there is some limitations.

Also, you can show pickup in all V.Worlds by setting the Virtual World to -1 in CreatePickup func.
Reply
#3

Limtations? i use about 1000 pickups, i don't think i reach limit.. And use dynamic pickup, for some pickup, is really bad i think, and i think it don't change anything. And set virtual world to -1, i want just players, can take this pickup in that same world.
Reply
#4

Max pickups without streamer is 4096. Try using Dynamic Pickup
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)