SA-MP Forums Archive
CreateStreamPickup problem(doesnt show in interiors) - 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: CreateStreamPickup problem(doesnt show in interiors) (/showthread.php?tid=317865)



CreateStreamPickup problem(doesnt show in interiors) - Mikkel_RE - 12.02.2012

Hello i want to make a "i" at the /ad loaction inside SANews but it wont show in interiors

Code: CreateStreamPickup(1239, 23, 363.4439,161.8610,1025.7963, 100);

can anyone of you tell me whats wrong?


Re: CreateStreamPickup problem(doesnt show in interiors) - CmZxC - 12.02.2012

Why is the virtual world set to 100?
And the interior must be defined also:
pawn Код:
CreateDynamicPickup(modelid, type, Float:x, Float:y, Float:z, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);



Re: CreateStreamPickup problem(doesnt show in interiors) - Mikkel_RE - 12.02.2012

It still doesnt work