SA-MP Forums Archive
Pickup problems - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Pickup problems (/showthread.php?tid=259709)



Pickup problems - tbedy - 05.06.2011

why my pickups doesnt show??

they are in script and all but on server they arent...

i using vortex script and incognito streamer plugin!


Re: Pickup problems - Stigg - 05.06.2011

A snippet of code might help.


Re: Pickup problems - boelie - 05.06.2011

the code should be nice yes,now we can only guess...i guess maybe wrong worldid or the pickupid thats invisible?
if thats not it then show us a peace of code so we can help properly


Re: Pickup problems - tbedy - 05.06.2011

some pickup of houses:

Код:
	        if(strcmp(Houses[i][hOwner], "Nobody", true) == 0)
			{
			    Houses[i][LockStatus] = 0;
            	Houses[i][HPickupID] = CreateDynamicPickup(1273, 23, Houses[i][hExteriorX], Houses[i][hExteriorY], Houses[i][hExteriorZ], 0, -1, -1, 150.0);
            }
            else
            {
                Houses[i][HPickupID] = CreateDynamicPickup(1272, 23, Houses[i][hExteriorX], Houses[i][hExteriorY], Houses[i][hExteriorZ], 0, -1, -1, 150.0);
            }
can be problem because my script using ZCMD but this is not ZCMD command... i using only ZCMD command processor and y_ini and y_timer