[Help] IsAnOwnAbleCar
#1

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
Reply
#2

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

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.
Reply
#4

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
Reply
#5

Show your IsAnOwnAbleCar function.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)