Server pickups don't responding -
AfikAtashga - 21.12.2015
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.
Re: Server pickups don't responding -
VVWVV - 21.12.2015
Are you using a streamer?
Re: Server pickups don't responding -
AfikAtashga - 21.12.2015
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.
Re: Server pickups don't responding -
AfikAtashga - 22.12.2015
Some help guys?
Re: Server pickups don't responding -
PrO.GameR - 22.12.2015
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.
Re: Server pickups don't responding -
AfikAtashga - 29.12.2015
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.
Re: Server pickups don't responding -
SecretBoss - 29.12.2015
Make sure you putted them in the right virtual world or interior, also provide us some of your pickups you created
Re: Server pickups don't responding -
AfikAtashga - 29.12.2015
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?
Re: Server pickups don't responding -
AfikAtashga - 02.01.2016
Some help guys?
Re: Server pickups don't responding -
lucamsx - 02.01.2016
try to specify each id (if(pickupid == xxx)) and see if that works