SA-MP Forums Archive
Problem with AddStaticPickUp [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: Problem with AddStaticPickUp [HELP] (/showthread.php?tid=83419)



Problem with AddStaticPickUp [HELP] - ERO - 24.06.2009

Ok.... I add 13 weapon in house in zone i want for DM... and i cant add the weapons... my server crash...


pawn Код:
AddStaticPickup(346,2,-410.2725,2188.4197,41.9710);
    AddStaticPickup(348,2,-414.3826,2183.6929,41.6808);
    AddStaticPickup(349,2,-418.5340,2179.1355,41.4010);
    AddStaticPickup(351,2,-423.3821,2178.5486,41.6902);
    AddStaticPickup(350,2,-426.4100,2182.0398,41.8744);
    AddStaticPickup(352,2,-429.1241,2185.1375,42.0395);
    AddStaticPickup(353,2,-432.0256,2188.4497,42.2161);
    AddStaticPickup(355,2,-434.9652,2191.8054,42.3950);
    AddStaticPickup(356,2,-433.5062,2196.0530,42.4297);
    AddStaticPickup(372,2,-431.3611,2198.5574,42.4297);
    AddStaticPickup(357,2,-428.7171,2201.6455,42.4297);
    AddStaticPickup(358,2,-425.8122,2205.0383,42.4297);
    AddStaticPickup(319,2,-421.3196,2192.7671,42.2379);
I join in server and game crash... But i add only this

pawn Код:
AddStaticPickup(353,2,-432.0256,2188.4497,42.2161);
    AddStaticPickup(355,2,-434.9652,2191.8054,42.3950);
    AddStaticPickup(356,2,-433.5062,2196.0530,42.4297);
    AddStaticPickup(372,2,-431.3611,2198.5574,42.4297);
    AddStaticPickup(357,2,-428.7171,2201.6455,42.4297);
    AddStaticPickup(358,2,-425.8122,2205.0383,42.4297);
    AddStaticPickup(319,2,-421.3196,2192.7671,42.2379);
And i can did login and enter... but i go to where is all pickup... and server crash again...


Why this happend?

Edit: Ah! i have 7 AddStaticPickUp health in all map





Re: Problem with AddStaticPickUp [HELP] - ERO - 24.06.2009

Oh yes! AddStaticPickUp have limit? same models of cars


Re: Problem with AddStaticPickUp [HELP] - Klutty - 24.06.2009

Use CreatePickup instead.


Re: Problem with AddStaticPickUp [HELP] - ERO - 24.06.2009

Quote:
Originally Posted by Klutty
Use CreatePickup instead.
Ok, i go try now, is fail... i come back xD


Re: Problem with AddStaticPickUp [HELP] - ERO - 24.06.2009

Emm... nothing... my game crashed