Vehicle_ResetData - 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)
+--- Thread: Vehicle_ResetData (
/showthread.php?tid=477538)
Vehicle_ResetData -
TonyNames - 24.11.2013
I need a define of Vehicle_ResetData
Код:
C:\Users\JakkenKoppen\Desktop\o\Bone County Script\gamemodes\UGRP.pwn(20766) : error 017: undefined symbol "Vehicle_ResetData"
Re: Vehicle_ResetData - Emmet_ - 24.11.2013
...show the code?
Re: Vehicle_ResetData -
TonyNames - 24.11.2013
Deleted
Re: Vehicle_ResetData -
TonyNames - 24.11.2013
Anyone?
Re: Vehicle_ResetData -
TonyNames - 24.11.2013
Код:
Vehicle_ResetData(CrateIslandVehicles[i]);
Re: Vehicle_ResetData -
TonyNames - 24.11.2013
Anyone?
Re: Vehicle_ResetData -
Jacapo - 24.11.2013
what do you mean reset data? set positions to 0.0? or what?
Re: Vehicle_ResetData -
VenomXNL - 24.11.2013
The error message you showed means that the 'Vehicle_ResetData' is not defined as a function,
For example you can create a function like this:
pawn Код:
stock Vehicle_ResetData(vehicleid){
//Your routine/function here
}
But that would not solve the actual problem of your function not working.
IF you already created/copied the function and it is present, then make sure that ALL cases match,
for example: Vehicle_Resetdata would not work if the function itself is named like: Vehicle_ResetData
IF your function is already present could you then please paste it here so we can see the problem?
and if you don't have that function (yet), then what would you like that code todo? Maybe I can
create the code for you if it is not to demanding (I'm really busy the upcoming day's but I don't mind
to help out a little if I can)
Re: Vehicle_ResetData -
VenomXNL - 25.11.2013
About the PM's and stuff: Is it solved now with the code/solution I sended?