[DELETE]Pickups Causing Client to Crash[SOLVED] - 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: [DELETE]Pickups Causing Client to Crash[SOLVED] (
/showthread.php?tid=114584)
[DELETE]Pickups Causing Client to Crash[SOLVED] -
NEW_IE - 19.12.2009
Quote:
I added about 7 pickups and changed the locations,types,model and they still cause the client to crash.
How do I know its the pickups?
because after I deleted them then retested everything was just fine.
Then I removed all the vehicles I had and left the pickups alone and still they caused me to crash.
Anyone know whats causing it?
|
[SOLVED]
Solution: None... it just works now lool..
Re: Pickups Causing Client to Crash -
MPKaboose - 19.12.2009
maybe you used an invalid object id for the pickup ( how it looks )
Re: Pickups Causing Client to Crash -
NEW_IE - 19.12.2009
Nope...I double Checked
Re: Pickups Causing Client to Crash -
adsy - 19.12.2009
can you post the createpickup lines?
Re: Pickups Causing Client to Crash -
NEW_IE - 19.12.2009
I already deleted them but this is how I would make it.
Код:
AddStaticPickup(1318, 19, -228.7155,984.7985,19.7387);
Re: Pickups Causing Client to Crash -
Marcel - 19.12.2009
You forgot the virtual world parameter, use -1 to show the pickup in every virtual world, but didn't Pawno give you some errors (tag mismatch)?
Re: Pickups Causing Client to Crash -
NEW_IE - 19.12.2009
Quote:
Originally Posted by Marcel
You forgot the virtual world parameter, use -1 to show the pickup in every virtual world, but didn't Pawno give you some errors (tag mismatch)?
|
Nope. Let me try that though.
-
Dosnt Work still the same problem