SA-MP Forums Archive
My pickups don't show - 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: My pickups don't show (/showthread.php?tid=130262)



My pickups don't show - [BEP]AcerPilot - 26.02.2010

I created a pickup near the ship in San Fierro, the Navy. But it simply does not appear! How to make it appear?

OBS: Here is the code:

Код:
new infocasa;//on top

infocasa = CreatePickup(1239, 19, -1908.2054443359, 882.11743164063, 35.171875, -1);//in OnFilterScripInit

if(pickupid == infocasa)//in OnPlayerPickupPickup
	{
	SendClientMessage(playerid, COLOR_LARANJA, "Vocк estб nas redondezas da famosa Casa de ADM");
	SendClientMessage(playerid, COLOR_LARANJA, "Como jб deve saber, se entrar nela sem permissгo, poderб ser atй banido");
	SendClientMessage(playerid, COLOR_LARANJA, "Portanto, tome cuidado");
	}
	return 1;



Re: My pickups don't show - Jakku - 26.02.2010

pawn Код:
infocasa = CreatePickup(1239, 23, -1908.2054443359, 882.11743164063, 35.171875, -1);//in OnFilterScripInit



Re: My pickups don't show - Keeboo13 - 26.02.2010

try using AddStaticPickup()


Re: My pickups don't show - [BEP]AcerPilot - 26.02.2010

Jakku, thanks for support, but your code doesn't worked
Keeboo13, i'm already tried with AddStaticPickup, but doesn't worked


Re: My pickups don't show - BlackFoX - 26.02.2010

Set Virtual World to your Default World 0


Re: My pickups don't show - Torran - 26.02.2010

That wont really help him as -1 adds it for all virtual worlds


Re: My pickups don't show - BlackFoX - 26.02.2010

No i allready tested it but it wont Work then, idk why but it doesnt show up


Re: My pickups don't show - [BEP]AcerPilot - 26.02.2010

Don't worked BlackFoX_UD_.....


Re: My pickups don't show - Torran - 26.02.2010

Double check your coordinates with a teleport command


Re: My pickups don't show - [BEP]AcerPilot - 26.02.2010

I checked... Alright... I really don't know what more do....