SA-MP Forums Archive
Server pickups don't responding - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Server pickups don't responding (/showthread.php?tid=596701)



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