Server pickups don't responding
#1

When i'm using regular pickups / dynamic pickups, the pickups don't response for any OnPlayerPickUpPickup / OnPlayerPickUpDynamicPickup..
Код:
public OnPlayerPickUpDynamicPickup(playerid, pickupid)
{
	printf("Response");
	return true;
}

public OnPlayerPickUpPickup(playerid, pickupid)
{
	printf("Response");
	return true;
}
Both of them doesn't work.. What should i do?
And the pickups type is 1 for all of them..

Thanks.
Reply
#2

Are you using a streamer?
Reply
#3

Quote:
Originally Posted by VVWVV
Посмотреть сообщение
Are you using a streamer?
Has i said before, i tried with streamer and without.
And if you talks about streamer from objects and such, yes. I do.
Reply
#4

Some help guys?
Reply
#5

need help ? read WIKI
https://sampwiki.blast.hk/wiki/PickupTypes
0
The pickup does not always display. If displayed, it can't be picked up and does not trigger OnPlayerPickUpPickup and it will stay after server shutdown.
I'm more than 100% sure this is your pickup type.
Reply
#6

Quote:
Originally Posted by PrO.GameR
Посмотреть сообщение
need help ? read WIKI
https://sampwiki.blast.hk/wiki/PickupTypes
0
The pickup does not always display. If displayed, it can't be picked up and does not trigger OnPlayerPickUpPickup and it will stay after server shutdown.
I'm more than 100% sure this is your pickup type.
Did you read what i said? No, all pickups types in my server is 1.
Reply
#7

Make sure you putted them in the right virtual world or interior, also provide us some of your pickups you created
Reply
#8

Quote:
Originally Posted by SecretBoss
Посмотреть сообщение
Make sure you putted them in the right virtual world or interior, also provide us some of your pickups you created
I rechecked now.
Each type work good but 1, 18 & 20 don't response to the server.. What can i do? It perhaps a cause of one of my plugins?

My suspicious were true. YSF has been caused this.
Any suggestions?
Reply
#9

Some help guys?
Reply
#10

try to specify each id (if(pickupid == xxx)) and see if that works
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)