Vehicle_ResetData
#1

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

...show the code?
Reply
#3

Deleted
Reply
#4

Anyone?
Reply
#5

Код:
Vehicle_ResetData(CrateIslandVehicles[i]);
Reply
#6

Anyone?
Reply
#7

what do you mean reset data? set positions to 0.0? or what?
Reply
#8

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)
Reply
#9

About the PM's and stuff: Is it solved now with the code/solution I sended?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)