SA-MP Forums Archive
need help... - 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: need help... (/showthread.php?tid=89941)



need help... - WardenCS - 05.08.2009

hello,i got problem i edited my script...its an stage three RP((godfather edit i think))but i have asked it from their topic.no answer.and can anybody help me?what would be reason that those bizzes and houses pickups are gone,if u go there where the pickup should be u can still enter but u dont see pickup?what is the problem.help please thanks


Re: need help... - Burridge - 05.08.2009

Just wait for a reply in that topic..someone will eventually..


Re: need help... - WardenCS - 05.08.2009

oh cmon,it wont kill u if u help me...


Re: need help... - WardenCS - 05.08.2009

pleaase


Re: need help... - BLACK-RIDER-1692 - 05.08.2009

To Estonia Aha


Re: need help... - Sergei - 05.08.2009

Does it use pickup streamer?


Re: need help... - WardenCS - 06.08.2009

nope it dosent.
those includes i got >D
Quote:

#include <a_samp>
#include <core>
#include <float>
#include <time>
#include <file>
#include <utils>
#include <morphinc>
#include <midostream>




Re: need help... - Dark_Kostas - 06.08.2009

Do you mean when you go to the pickup, it disappears? Then you need to change the "type" of the pickup.

AddStaticPickup(model, !!TYPE!!, blablabla

Type must be 16. Here is an example

pawn Код:
AddStaticPickup(1239, 16, 1412.842285, -1790.289428, 15.435560);



Re: need help... - WardenCS - 06.08.2009

no its gone when im even near it i wont see it when i go in server
here are the pickups
Quote:

AddStaticPickup(1239, 2, 1173.2563,-1323.3102,15.3943); //Hospital 1 near Ammu
AddStaticPickup(1239, 2, 2029.5945,-1404.6426,17.2512); //Hospital 2 near speedway
AddStaticPickup(1239, 2, 1481.2463,-1770.9064,18.795; //City Hall
AddStaticPickup(1247, 2, 1555.139160,-1675.626831,16.195299); //Police Depratement
AddStaticPickup(1239, 2, 1123.1838,-2036.9744,69.8936); //Yakuza Base
AddStaticPickup(1239, 2, 358.8164,178.7269,1008.382; //Detective Registration
AddStaticPickup(1239, 2, 362.1583,173.6244,1008.382; //Lawyer Registration
AddStaticPickup(1239, 2, 1215.1304,-11.8431,1000.9219); //Whore Registration
AddStaticPickup(1239, 2, 2166.3772,-1675.3829,15.0859); //DrugDealer Registration
AddStaticPickup(1239, 2, 1109.3318,-1796.3042,16.593; //CarJacker Registration
AddStaticPickup(1239, 2, 1783.4788,-1297.0352,13.3750); //NewsReporter Registration & /paper
AddStaticPickup(1239, 2, 358.9661,163.0827,1008.382; //PaperBoy Registration
AddStaticPickup(1239, 2, 3-77.2833,-1136.5710,1.0781); //CarMechanic Registration
AddStaticPickup(1239, 2, 358.8742,185.9440,1008.382; //BodyGuard Registration
AddStaticPickup(1239, 2, 1366.4325,-1275.2096,13.5469); //ArmsDealer Registration
AddStaticPickup(1239, 2, 531.7930,-1292.4044,17.2422); //CarDealer Registration
AddStaticPickup(1239, 2, 766.0804,14.5133,1000.7004); //Boxer Registration
AddStaticPickup(1239, 2, 1154.2208,-1770.8203,16.5992); //BusDriver Registration
AddStaticPickup(1239, 2, -77.7288,-1136.3896,1.0781); //Trucker Registration
AddStaticPickup(1239, 2, 323.0342,1118.5804,1083.882; //Getting Drugs for DrugDealers
AddStaticPickup(1239, 2, 1381.0413,-1088.8511,27.3906); //Bill Board (old Job Department)
AddStaticPickup(1239, 2, 1107.5240,-1180.9402,18.7992); //Materials Package building Pickup
AddStaticPickup(1239, 2, 2459.4868,-948.5211,80.0824); //Factory Dropoff
AddStaticPickup(371, 2, 1544.2,-1353.4,329.4); //LS towertop
AddStaticPickup(371, 2, 1536.0, -1360.0, 1150.0); //LS towertop
AddStaticPickup(1242, 2, 1527.5,-12.1,1002.0); //binco armor
AddStaticPickup(1240, 2, 279.3000,1853.5619,8.7649); //area51 health
AddStaticPickup(1239, 2, -2387.9617,1971.1774,6.3561); //Mayor of BS entrance
pickups=pickups+30;
printf("Pickups Max = 100, Current Pickups = %d",pickups);
new randa = random(sizeof(RandCars));

but my bizzes and houses i wont see them two


Re: need help... - Dark_Kostas - 06.08.2009

Change the type and see if is there any difference.