SA-MP Forums Archive
[Help] IsAnOwnAbleCar - 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: [Help] IsAnOwnAbleCar (/showthread.php?tid=131708)



[Help] IsAnOwnAbleCar - tony_fitto - 04.03.2010

Hey guys i just fixed my ownable cars today but there is one big problem that i have solve one time before but i dont remember how.
I have try everything to solve this but i still dont get it why.

The things is that when i enter a car and like do /v park the car that i parked disapared and there is spawning an diffrent car the right after just so weerd. Well i hope some one could help me with this


Re: [Help] IsAnOwnAbleCar - t1234t - 18.03.2010

My script when /v park or/apark a car will disappear


Re: [Help] IsAnOwnAbleCar - Johndaone - 18.03.2010

pawn Код:
carid = PlayerInfo[playerid][pCarKey];
DestroyVehicle(carid);
CreateVehicle(DynamicCars[carid][CarModel],DynamicCars[carid][CarX],DynamicCars[carid][CarY],DynamicCars[carid][CarZ]+1.0,DynamicCars[carid][CarAngle],DynamicCars[carid][CarColor1],DynamicCars[carid][CarColor2],60000);
you need to create it again if im right.


Re: [Help] IsAnOwnAbleCar - t1234t - 19.03.2010

E:\GTARP\gamemodes\gtarp.pwn(16254) : error 017: undefined symbol "DynamicCars"
E:\GTARP\gamemodes\gtarp.pwn(16254) : warning 215: expression has no effect
E:\GTARP\gamemodes\gtarp.pwn(16254) : error 001: expected token: ";", but found "]"
E:\GTARP\gamemodes\gtarp.pwn(16254) : error 029: invalid expression, assumed zero
E:\GTARP\gamemodes\gtarp.pwn(16254) : fatal error 107: too many error messages on one line

it Error can you help me


Re: [Help] IsAnOwnAbleCar - MadeMan - 19.03.2010

Show your IsAnOwnAbleCar function.