Started by
Sweddy
on
Topic category: Troubleshooting, bugs, and solutions
Whenever an item is spawned using the "spawn gem" script it can be picked up by the player but it will still be seen as if it's dropped on the ground.
Topic category: Troubleshooting, bugs, and solutions
Whenever an item is spawned using the "spawn gem" script it can be picked up by the player but it will still be seen as if it's dropped on the ground.
You must spawn it server-side only.
if(world.isRemote){.....
And what the hell is that supposed to mean?
@#1 Thank you!
@#1.1 But it still doesn't work!
@#1.1.1 Oh , i forgot "!" , it must be if(!world.isRemote){....