Inputtext
#1

Hi, I've just fixed the "View Vehicle" thing in MDC in my script, it seems to work, but the problem is it says "License Plate: OE" for every license plate I scan (inputtext).
Here's the code:
Код:
removed, i don't want to release it :P
What's wrong with it?
Reply
#2

pawn Код:
forward OnVehicleLookup(extraid, carid, plate);
public OnVehicleLookup(extraid, carid, plate)
You need to specify that you accept a string

pawn Код:
forward OnVehicleLookup(extraid, carid, plate[]);
public OnVehicleLookup(extraid, carid, plate[])
Reply
#3

Thank you.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)