Good, I have a doubt ... what was the function for a button to show the license plate of a vehicle?
                
                    
            GetCurrentPlayerVar("Plate");
GetPlayerVar( $userName,"Plate" );CASE "!plate":
            privMsg("^7Your Numberplate: ".GetPlayerVar($userName,"NumberPlate"));
BREAK;