[GameMode] [GM]GodFather - Invisible cars bug - 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: Gamemode Scripts (
https://sampforum.blast.hk/forumdisplay.php?fid=71)
+--- Thread: [GameMode] [GM]GodFather - Invisible cars bug (
/showthread.php?tid=114923)
[GM]GodFather - Invisible cars bug -
bizzpu17 - 21.12.2009
Hy!
I currently edit GodFather gamemode and when I add some vehicle with this code:
Код:
AddStaticVehicleEx(579,-2773.7344,-312.7395,6.9703,1.0313,0,0,120);
(adding black huntley on specific position with respawn od 2 minuts)
when I go to place where he spawn, I can only see his shadows, I can drive him, and everything, but he is invisible and when I go to Transfender and nothing change on him and go out he is visible.
Can someone say me where I made mistake?
Thanks!
Re: [GM]GodFather - Invisible cars bug -
kukars22 - 21.12.2009
Wrong section..
Re: [GM]GodFather - Invisible cars bug -
Razvann - 21.12.2009
Search in your GameMode for LinkVehicleToInterior and delete all of this.
Re: [GM]GodFather - Invisible cars bug -
bizzpu17 - 21.12.2009
Quote:
|
Originally Posted by Razvann
Search in your GameMode for LinkVehicleToInterior and delete all of this.
|
Thanks!
Re: [GM]GodFather - Invisible cars bug -
KazanTip - 21.12.2009
Quote:
|
Originally Posted by bizzpu17
Код:
AddStaticVehicleEx(579,-2773.7344,-312.7395,6.9703,1.0313,0,0,120);
|
Код:
AddStaticVehicleEx(579,-2773.7344,-312.7395,6.9703,1.0313,0,0,30000);
Re: [GM]GodFather - Invisible cars bug -
bizzpu17 - 21.12.2009
Quote:
|
Originally Posted by KazanTip
Quote:
|
Originally Posted by bizzpu17
Код:
AddStaticVehicleEx(579,-2773.7344,-312.7395,6.9703,1.0313,0,0,120);
|
Код:
AddStaticVehicleEx(579,-2773.7344,-312.7395,6.9703,1.0313,0,0,30000);
|
you only change respawn time from 2minuts to 500minuts.....problem is solved in post before