02.12.2016, 21:32
So i am using these 2 parameters to check if the pickup picked is right:
in a filterscript ^ but it still somehow detects server's pickups and does the things that are gift pickups supposed to, so i wanted to ask if there's a way to check the pickup model is == X (in my case checking of model is gift pickup)
... ?
PHP код:
if(pickupid == Gift[gifts] && Picked[playerid] == 0)
... ?