Pickup problems
#1

why my pickups doesnt show??

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

i using vortex script and incognito streamer plugin!
Reply
#2

A snippet of code might help.
Reply
#3

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
Reply
#4

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)